You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-stdlib.p...

23 lines
403 B

needed for exit() prototype
--- a/libhfsp/src/os.c
+++ b/libhfsp/src/os.c
@@ -46,6 +46,7 @@ int fstat(int, struct stat *);
# endif
# include <stdio.h>
+# include <stdlib.h>
# include <errno.h>
--- a/libhfsp/src/record.c
+++ b/libhfsp/src/record.c
@@ -32,6 +32,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
#include "libhfsp.h"
#include "hfstime.h"