diff options
Diffstat (limited to 'fdflush.c')
-rw-r--r-- | fdflush.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <stdio.h> #include <sys/ioctl.h> #include <fcntl.h> +#include <stdlib.h> /* From <linux/fd.h> */ #define FDFLUSH _IO(2,0x4b) |