summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-18 05:01:56 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-18 05:01:56 +0000
commit12384293943fa3c2c86aad4991f6b778d236cb95 (patch)
treeaf22a930e16655a3901e3f2aa45ff262afbf415d /configure.ac
parent3b5b3b757cfe8c913afedf5d886659d8f71cb801 (diff)
downloadATCD-12384293943fa3c2c86aad4991f6b778d236cb95.tar.gz
ChangeLogTag: Thu Jun 17 21:54:37 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b074b022801..439355e06f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6216,6 +6216,9 @@ ACE_CACHE_CHECK([for UNIX domain sockets],
[ace_cv_feature_unix_sockets],
[
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+#ifndef ACE_LACKS_SYS_TYPES_H
+# include <sys/types.h>
+#endif
#include <sys/un.h>
]], [[
sockaddr_un su;