2015-08-11 08:11:35 +00:00
|
|
|
diff --git a/lib/pm.h b/lib/pm.h
|
|
|
|
index 47cbfe8..e9f1405 100644
|
|
|
|
--- a/lib/pm.h
|
|
|
|
+++ b/lib/pm.h
|
2005-06-10 09:25:59 +00:00
|
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <string.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <setjmp.h>
|
|
|
|
#include <sys/stat.h>
|
2015-08-11 08:11:35 +00:00
|
|
|
diff --git a/urt/rle.h b/urt/rle.h
|
|
|
|
index 0766d22..8d72cb9 100644
|
|
|
|
--- a/urt/rle.h
|
|
|
|
+++ b/urt/rle.h
|
|
|
|
@@ -31,6 +31,7 @@
|
2012-04-09 17:46:47 +00:00
|
|
|
#define RLE_H
|
2005-06-10 09:25:59 +00:00
|
|
|
|
2005-10-21 12:52:58 +00:00
|
|
|
#include <stdio.h> /* Declare FILE. */
|
2005-06-10 09:25:59 +00:00
|
|
|
+#include <string.h>
|
|
|
|
|
2012-04-09 17:46:47 +00:00
|
|
|
enum rle_dispatch {
|
|
|
|
NO_DISPATCH = -1,
|