diff options
Diffstat (limited to 'src/hackvr.c')
-rw-r--r-- | src/hackvr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hackvr.c b/src/hackvr.c index bd8ca72..ae7ca8a 100644 --- a/src/hackvr.c +++ b/src/hackvr.c @@ -1,6 +1,5 @@ #define _POSIX_C_SOURCE 200809L //for fileno and strdup #include <stdio.h> -#include <string.h> #include <fcntl.h> #include <assert.h> #include <unistd.h> |