$NetBSD: patch-aa,v 1.1.1.1 2004/11/12 11:29:52 darcy Exp $

--- src/pycrack.c.orig	2003-04-02 16:22:03.000000000 -0500
+++ src/pycrack.c
@@ -1,12 +1,12 @@
 /*
  * Include Python API
  */
-#include "python2.2/Python.h"
+#include <Python.h>
 
 /*
  * Include cracklib API
  */
-#include "crack.h"
+#include <cracklib/crack.h>
 
 /*
  * Simple wrapper for cracklib's FascistCheck function
