summaryrefslogtreecommitdiff
path: root/libpqpp
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp')
-rw-r--r--libpqpp/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/connection.cpp b/libpqpp/connection.cpp
index 7c26ecb..283f3ce 100644
--- a/libpqpp/connection.cpp
+++ b/libpqpp/connection.cpp
@@ -2,6 +2,7 @@
#include "error.h"
#include "selectcommand.h"
#include "modifycommand.h"
+#include <unistd.h>
static void
noNoticeProcessor(void *, const char *)