summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-06 19:10:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-06 19:10:22 +0200
commit03b4faf6d71f52568a0e5b61552b6c0d44b71b62 (patch)
tree6477350a4cb9627658a2cde9511004c830f9c60e /src/utils.h
parentf0fd0413e2904e0824707d866a044341184bbe13 (diff)
remove gib_utils, the same functionality is provided by utils already
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index cd00a33..c0d243b 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -26,6 +26,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef UTILS_H
#define UTILS_H
+#include <stdio.h>
+#include <stdarg.h>
+#include <errno.h>
+#include <string.h>
+#include <stdlib.h>
+#include <unistd.h>
+
#ifndef __GNUC__
# define __attribute__(x)
#endif