summaryrefslogtreecommitdiff
path: root/common/spio.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-04-26 19:53:45 +0000
committerStef Walter <stef@memberwebs.com>2005-04-26 19:53:45 +0000
commite650d1da777c76d94f023557b110725113a2b778 (patch)
tree3e26ab1261821a973fac656401b42b2784e56e83 /common/spio.c
parent67ceadecb95fa2e9919ca05dca63157a35d6f1ef (diff)
Solaris compatibility patches
Diffstat (limited to 'common/spio.c')
-rw-r--r--common/spio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spio.c b/common/spio.c
index c26f81a..d0efe05 100644
--- a/common/spio.c
+++ b/common/spio.c
@@ -56,8 +56,8 @@
#include <stdarg.h>
#include <unistd.h>
#include <errno.h>
-#include <err.h>
+#include "compat.h"
#include "usuals.h"
#include "sock_any.h"
#include "stringx.h"