aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-09-23 10:46:46 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-09-23 10:46:46 +0100
commit054a825ee24e2a2ea294ea2a259af7eeb8ae947e (patch)
tree349ea8e55d39f35240a02ee7f3ca0d977ac04b9c
parentb2224947fa697c397b5d3617b6b17e96c4302e6c (diff)
downloadrtmux-054a825ee24e2a2ea294ea2a259af7eeb8ae947e.tar.gz
rtmux-054a825ee24e2a2ea294ea2a259af7eeb8ae947e.tar.bz2
rtmux-054a825ee24e2a2ea294ea2a259af7eeb8ae947e.zip
cdefs.h -> types.h.
-rw-r--r--compat/fparseln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/fparseln.c b/compat/fparseln.c
index f10fbd51..348bfa14 100644
--- a/compat/fparseln.c
+++ b/compat/fparseln.c
@@ -32,7 +32,7 @@
/* OPENBSD ORIGINAL: lib/libutil/fparseln.c */
-#include <sys/cdefs.h>
+#include <sys/types.h>
#include <stdio.h>
#include <string.h>