ao-elftohex: Add conditions for skipping ELF sections
[fw/altos] / ao-tools / ao-elftohex / ao-elftohex.c
index 265908c59e20f8ceabbead38ee065eab622967b1..f3ab0c38ca4a1fdeff140e14a553979b1aeecff6 100644 (file)
@@ -19,6 +19,7 @@
 #include <getopt.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 #include "ao-hex.h"
 #include "ao-elf.h"
 #include "ao-verbose.h"