]> pd.if.org Git - pd_readline/blobdiff - history.c
More work.
[pd_readline] / history.c
index f8a0d256d81c6b29b3a0ac7d4eb99c7508734088..f84ec24bda425a41a49ebe8277fa45c919ea49f8 100644 (file)
--- a/history.c
+++ b/history.c
@@ -6,6 +6,9 @@
 /*  "Share and enjoy...."  ;)                          */  
 /*  See the UNLICENSE file for details.                */ 
 
+#include <string.h>   
+#include <stdio.h> 
+#include <stdlib.h> 
 
 
 /*  Helper function, to let us see if a file */