]> granicus.if.org Git - python/commitdiff
Include macbuildno.h here (mac only) (Jack)
authorGuido van Rossum <guido@python.org>
Wed, 8 Oct 1997 15:26:56 +0000 (15:26 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Oct 1997 15:26:56 +0000 (15:26 +0000)
Modules/getbuildinfo.c

index 66ba1c4db0349e58f393ca3933a0cbe40e705af8..3f9ee525fe5d2a6c0273feca0a8d223c77995cdd 100644 (file)
@@ -1,5 +1,9 @@
 #include "config.h"
 
+#ifdef macintosh
+#include "macbuildno.h"
+#endif
+
 #include <stdio.h>
 
 #ifndef DATE