about summary refs log tree commit diff
path: root/converter/other/cameratopam/cameratopam.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-01 23:09:33 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-01-01 23:09:33 +0000
commit223fc0d3425fcb745d7e828a3f24146b386152de (patch)
treeec98b7c5ce5b780456a7eff1adde0dd776f43ae0 /converter/other/cameratopam/cameratopam.c
parent984eb9257e2f1f64046a8a1f8c9ae5a5a80e232b (diff)
downloadnetpbm-mirror-223fc0d3425fcb745d7e828a3f24146b386152de.tar.gz
netpbm-mirror-223fc0d3425fcb745d7e828a3f24146b386152de.tar.xz
netpbm-mirror-223fc0d3425fcb745d7e828a3f24146b386152de.zip
Add missing include of <io.h> for Mingw32
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2368 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/cameratopam/cameratopam.c')
-rw-r--r--converter/other/cameratopam/cameratopam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/cameratopam/cameratopam.c b/converter/other/cameratopam/cameratopam.c
index 40d8207f..ec33dd31 100644
--- a/converter/other/cameratopam/cameratopam.c
+++ b/converter/other/cameratopam/cameratopam.c
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef __CYGWIN__
+#ifdef HAVE_IO_H
   #include <io.h>
 #endif
 #if !MSVCRT