summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-05-05 15:18:58 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-05-05 15:18:58 +0100
commitfe4e9470bb504357d073320f5d305b22663ee3fd (patch)
tree876daac18edfcf3ab1cb179ab6635c7a57733b5a /compat.h
parent29763d006a89e4bd865bbe5b880a85a05571a8fa (diff)
Add --static to PKG_CONFIG rather than replacing it.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index b2267d37..e9d2f159 100644
--- a/compat.h
+++ b/compat.h
@@ -190,7 +190,7 @@ typedef uint64_t u_int64_t;
#ifndef HAVE_CLOSEFROM
/* closefrom.c */
-void closefrom(int);
+void closefrom(int);
#endif
#ifndef HAVE_STRCASESTR