Skip to content

Commit

Permalink
Solve isatty flex warning
Browse files Browse the repository at this point in the history
Fixes 'warning: implicit declaration of function ‘isatty’ ' warning
  • Loading branch information
razvancrainea committed Jan 19, 2015
1 parent 390cf79 commit 752d776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfg.lex
Expand Up @@ -66,6 +66,7 @@
#include "mem/mem.h"
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "ip_addr.h"


Expand Down

0 comments on commit 752d776

Please sign in to comment.