summaryrefslogtreecommitdiff
path: root/camlibs/digita
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-01-03 18:25:33 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-01-03 18:25:33 +0100
commit14aab4929c65d6246ab31c0067dba83840b3cd70 (patch)
tree8e824b3cf4ff45fa943494732a75e4dbf9bd3f44 /camlibs/digita
parent54016f482495caaf0042ad064665f8bb1d9eab18 (diff)
downloadlibgphoto2-14aab4929c65d6246ab31c0067dba83840b3cd70.tar.gz
remove probably unistd.h include , or protected by ifdef for
building better with Visual C https://github.com/gphoto/libgphoto2/issues/33
Diffstat (limited to 'camlibs/digita')
-rw-r--r--camlibs/digita/serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/digita/serial.c b/camlibs/digita/serial.c
index 2c1d950f6..056d7b3ad 100644
--- a/camlibs/digita/serial.c
+++ b/camlibs/digita/serial.c
@@ -29,7 +29,6 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
-#include <unistd.h>
#ifdef OS2
#include <db.h>
#endif