From 5a35cd041ea0ea88049a6faa51957eecb81b527e Mon Sep 17 00:00:00 2001 From: david parsons Date: Thu, 2 Feb 2017 14:44:55 -0800 Subject: [PATCH] Revert the previous commit that took unistd.h out --- main.c | 1 + makepage.c | 1 + 2 files changed, 2 insertions(+) diff --git a/main.c b/main.c index 3a28a20..d605221 100644 --- a/main.c +++ b/main.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "config.h" #include "amalloc.h" diff --git a/makepage.c b/makepage.c index 56dfa8c..bbc495d 100644 --- a/makepage.c +++ b/makepage.c @@ -6,6 +6,7 @@ #include #include #include +#include #include "config.h" #include "pgm_options.h"