aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 10:40:26 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 10:40:26 -0500
commit963c0bd8688bb25ee7fd662fc6294e85f33ea166 (patch)
treee7e644316372daa785caf6558a75226c4df37b5b
parent12de87876260914106f5bb5cf42b3a1934e9863b (diff)
downloadreloc-963c0bd8688bb25ee7fd662fc6294e85f33ea166.tar.gz
Fix missing include
-rw-r--r--reloc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/reloc.h b/reloc.h
index aaafbdd..6822ef3 100644
--- a/reloc.h
+++ b/reloc.h
@@ -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>