Bug fixed related to getopt.h and AIX; for clean autoreconf m4/ is needed.
authorLuis Kornblueh <luis.kornblueh@zmaw.de>
Mon, 1 Oct 2012 15:45:04 +0000 (16:45 +0100)
committerThomas Jahns <jahns@dkrz.de>
Tue, 19 Feb 2013 10:32:59 +0000 (11:32 +0100)
src/aec.c

index 4c6bca9..14064f1 100644 (file)
--- a/src/aec.c
+++ b/src/aec.c
@@ -3,7 +3,11 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+
+#ifndef _AIX
 #include <getopt.h>
+#endif
+
 #include "libaec.h"
 
 #define CHUNK 1024