diff options
Diffstat (limited to 'reloc.h')
-rw-r--r-- | reloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,13 +1,10 @@ -// -// Created by jhunk on 11/7/2019. -// - #ifndef RELOC_RELOC_H #define RELOC_RELOC_H #define _GNU_SOURCE 1 #include <ctype.h> +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |