diff options
| author | epoch <epoch@hacking.allowed.org> | 2017-12-24 04:59:11 -0600 |
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2017-12-24 04:59:11 -0600 |
| commit | aa3016db99f11701ae1527528ddbc452cbe4297d (patch) | |
| tree | d1b63d7fefb7435a99a77ca32430265106baa447 /src | |
| parent | 37f502e4592a2b05035eae4aa560fe15701526d9 (diff) | |
| download | hackvr-aa3016db99f11701ae1527528ddbc452cbe4297d.tar.gz hackvr-aa3016db99f11701ae1527528ddbc452cbe4297d.zip | |
string.h in the wrong spot. ogh.
Diffstat (limited to 'src')
| -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> |
