diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-11 20:01:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-11 20:01:44 +0200 |
commit | e869cd4db42fd9ccafc4bef35cd15c341375f600 (patch) | |
tree | 1774eb8f4ccbe2934c665d4499a0fdabb123ebe0 /adk | |
parent | 4bc18e9838df84758adc447734572107f9c9803a (diff) |
fix warning on Cygwin
Diffstat (limited to 'adk')
-rw-r--r-- | adk/tools/depmaker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adk/tools/depmaker.c b/adk/tools/depmaker.c index bf712179a..ac62da2d0 100644 --- a/adk/tools/depmaker.c +++ b/adk/tools/depmaker.c @@ -17,6 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#define _GNU_SOURCE #include <ctype.h> #include <dirent.h> #include <stdlib.h> |