summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/system.h b/system.h
index a75025f..0d796e8 100644
--- a/system.h
+++ b/system.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Joel Rosdahl
+ * Copyright (C) 2010-2014 Joel Rosdahl
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -37,13 +37,14 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
+#include <signal.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <time.h>
+#include <unistd.h>
#include <utime.h>
#if !HAVE_VSNPRINTF