about summary refs log tree commit diff
path: root/urt/rle_putrow.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-09 21:46:04 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-09 21:46:04 +0000
commita72930bd1433b10c43def3be55c02c53264b4a43 (patch)
treef507d890d548cd80bc0e5baf4a3c12976c6799f8 /urt/rle_putrow.c
parentfea80fefd7ed6e50a9859c992f1b7b4873e1ef0d (diff)
downloadnetpbm-mirror-a72930bd1433b10c43def3be55c02c53264b4a43.tar.gz
netpbm-mirror-a72930bd1433b10c43def3be55c02c53264b4a43.tar.xz
netpbm-mirror-a72930bd1433b10c43def3be55c02c53264b4a43.zip
rationalize order of header file inclusions
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1805 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'urt/rle_putrow.c')
-rw-r--r--urt/rle_putrow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/urt/rle_putrow.c b/urt/rle_putrow.c
index e85d83d8..399633e4 100644
--- a/urt/rle_putrow.c
+++ b/urt/rle_putrow.c
@@ -31,6 +31,7 @@
  */
  
 #include <stdio.h>
+
 #include "rle_put.h"
 #include "rle.h"