summaryrefslogtreecommitdiff
blob: db2b112641a8a36357c70a7dc47e8ae5c7db5e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Source/troff_generator.c b/Source/troff_generator.c
index 1b123b8..94ddcda 100644
--- a/Source/troff_generator.c
+++ b/Source/troff_generator.c
@@ -30,7 +30,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include <ctype.h>
 
 #include <sys/param.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 
 #include "troff_generator.h"
 #include "util.h"