diff options
Diffstat (limited to 'src/input/input_pnm.c')
-rw-r--r-- | src/input/input_pnm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index cfc73fd2d..61aca7eba 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -49,8 +49,6 @@ #define BUFSIZE 1025 -extern int errno; - #if !defined(NDELAY) && defined(O_NDELAY) #define FNDELAY O_NDELAY #endif |