mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
47babbda64
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
13 lines
309 B
Diff
13 lines
309 B
Diff
--- 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"
|
|
|