aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xasterisk.c2
-rwxr-xr-xtranslate.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/asterisk.c b/asterisk.c
index f7d9b5625..acf5849aa 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -13,7 +13,7 @@
#include <unistd.h>
#include <stdlib.h>
-#include <sys/resource.h>
+#include <sys/time.h>
#include <fcntl.h>
#include <stdio.h>
#include <signal.h>
diff --git a/translate.c b/translate.c
index 492ebb8e1..890e04222 100755
--- a/translate.c
+++ b/translate.c
@@ -11,6 +11,7 @@
* the GNU General Public License
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <unistd.h>