about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-20 00:19:43 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-20 00:19:43 +0000
commit5ee26b089303e999159b3c97c3adc47b854d39f4 (patch)
tree385d9a2005a16b8417f5d825e7d3b90cb154d90d /converter/other
parent9c8e96ba04bbbddabc57293209dc05e3d02042f2 (diff)
downloadnetpbm-mirror-5ee26b089303e999159b3c97c3adc47b854d39f4.tar.gz
netpbm-mirror-5ee26b089303e999159b3c97c3adc47b854d39f4.tar.xz
netpbm-mirror-5ee26b089303e999159b3c97c3adc47b854d39f4.zip
Add missing #include
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1945 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pamtowinicon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/converter/other/pamtowinicon.c b/converter/other/pamtowinicon.c
index 159177e1..c67267e4 100644
--- a/converter/other/pamtowinicon.c
+++ b/converter/other/pamtowinicon.c
@@ -1,5 +1,7 @@
+#define _POSIX_SOURCE   /* Make sure fdopen() is in <stdio.h> */
 #include <assert.h>
 #include <string.h>
+#include <stdio.h>
 
 #include "netpbm/pm_config.h"
 #include "netpbm/pm_c_util.h"