slackbuilds_ponce/misc/ciso/fix_includes.patch

14 lines
309 B
Diff
Raw Normal View History

--- ciso.c~ 2010-06-16 13:02:45.044863179 +0200
+++ ciso.c 2010-06-16 13:02:13.348862969 +0200
@@ -22,8 +22,10 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <zlib.h> /* /usr(/local)/include/zlib.h */
#include <zconf.h>
+#include <string.h>
#include "ciso.h"