+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[melted] / src / humperdink / io.c
index b9e92f2..a9bcf41 100644 (file)
@@ -25,6 +25,7 @@
 #include <ctype.h>
 #include <termios.h>
 #include <unistd.h>
+#include <sys/time.h>
 
 /* Application header files */
 #include "io.h"
@@ -71,7 +72,7 @@ char *strip_quotes( char *input )
        return input;
 }
 
-char *get_string( char *output, int maxlength, char *use )
+char *io_get_string( char *output, int maxlength, char *use )
 {
        char *value = NULL;
        strcpy( output, use );