diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-11-07 00:59:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-11-07 00:59:39 +0000 |
commit | 9aac9093750570cf4420856a9bc34935965dc1e4 (patch) | |
tree | 5ca21081bba5b652d3b59fe96a9b2e9d7eb97867 /isomd5sum | |
parent | dd708d01e55557615175eca6703c7b4483c4be42 (diff) | |
download | anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.tar.gz anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.tar.xz anaconda-9aac9093750570cf4420856a9bc34935965dc1e4.zip |
python 2.3 build fixes
Diffstat (limited to 'isomd5sum')
-rw-r--r-- | isomd5sum/pyisomd5sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isomd5sum/pyisomd5sum.c b/isomd5sum/pyisomd5sum.c index feb7e002f..e9f938ee6 100644 --- a/isomd5sum/pyisomd5sum.c +++ b/isomd5sum/pyisomd5sum.c @@ -1,6 +1,6 @@ +#include <Python.h> #include <stdio.h> -#include "Python.h" #include "libcheckisomd5.h" #include "libimplantisomd5.h" |