aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-uds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-uds.c')
-rw-r--r--src/assuan-uds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/assuan-uds.c b/src/assuan-uds.c
index 93fa957..dd77af4 100644
--- a/src/assuan-uds.c
+++ b/src/assuan-uds.c
@@ -43,7 +43,9 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+#ifdef HAVE_FCNTL_H
#include <fcntl.h>
+#endif
#include <string.h>
#include <assert.h>