+ Corrections for uncompressed video sources
[melted] / src / humperdink / remote.c
index 18ac5a5..cdcad06 100644 (file)
@@ -20,6 +20,7 @@
 
 /* System header files */
 #include <stdio.h>
+#include <stdint.h>
 
 /* dv1394d header files */
 #include <valerie/valerie_remote.h>
@@ -41,7 +42,7 @@ static valerie_parser create_parser( )
 
        printf( "Server [localhost]: " );
 
-       if ( get_string( server, sizeof( server ), "localhost" ) != NULL )
+       if ( io_get_string( server, sizeof( server ), "localhost" ) != NULL )
        {
                printf( "Port        [5250]: " );