diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-08-09 20:30:55 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-08-09 20:30:55 +0200 |
commit | 0d7694160012f2cdcec96932a6bdff6e75f25ad4 (patch) | |
tree | e1a43aeab4b5f8590378a80336d0a9835a2aa69b /src/dump.c | |
parent | 5dc162bc4a71321bd0fcec8db96ec89b88a60ed3 (diff) | |
download | 0xFFFF-0d7694160012f2cdcec96932a6bdff6e75f25ad4.tar.bz2 |
Add new code to Makefile
Diffstat (limited to 'src/dump.c')
-rw-r--r-- | src/dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,7 +68,9 @@ __rf_extract_exit: /* * This function was covardly copied from nanddump.c @ mtd-utils-20060907 */ +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include <ctype.h> #include <errno.h> #include <fcntl.h> |