diff compat.h @ 12:14e58decdf87

Detect the OS and configure build flags and libraries automatically
author Guido Berhoerster <guido+sencrypt@berhoerster.name>
date Tue, 13 Sep 2016 18:37:25 +0200
parents abb770754967
children
line wrap: on
line diff
--- a/compat.h	Tue Sep 13 18:24:21 2016 +0200
+++ b/compat.h	Tue Sep 13 18:37:25 2016 +0200
@@ -32,4 +32,8 @@
 #define	snprintf	_xsnprintf
 #endif /* defined(__SCO_VERSION__) && !defined(__OPENSERVER__) */
 
+#ifndef	HAVE_ERR_H
+#include "err.h"
+#endif /* !HAVE_ERR_H */
+
 #endif /* COMPAT_H */