Skip to content
Snippets Groups Projects
Commit 58fe035a authored by Luis Kornblueh's avatar Luis Kornblueh Committed by Thomas Jahns
Browse files

Bug fixed related to getopt.h and AIX; for clean autoreconf m4/ is needed.

parent 4b36723e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment