15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/02/15 22:26:05 minskim Exp $
|
|
|
|
--- src/pymadfile.c~ Mon Oct 6 16:23:05 2003
|
|
+++ src/pymadfile.c Sun Jan 11 13:35:13 2004
|
|
@@ -47,7 +47,9 @@
|
|
|
|
#include <Python.h>
|
|
#include <stdio.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <stdint.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
#include <sys/stat.h>
|