]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] cfgparse requires errno.h on OpenBSD.
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Mar 2007 22:18:40 +0000 (00:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Mar 2007 22:18:40 +0000 (00:18 +0200)
src/cfgparse.c

index 3102a9444a2048bd34b71dd9a08b9f39acd302db..11678376c28067051a22cc1e8b0983c1a5fe8cd3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Configuration parser
  *
- * Copyright 2000-2006 Willy Tarreau <w@1wt.eu>
+ * Copyright 2000-2007 Willy Tarreau <w@1wt.eu>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -17,6 +17,7 @@
 #include <ctype.h>
 #include <pwd.h>
 #include <grp.h>
+#include <errno.h>
 
 #include <common/cfgparse.h>
 #include <common/config.h>