patch-2.3.5 linux/drivers/sound/hex2hex.c

Next file: linux/drivers/sound/sound_timer.c
Previous file: linux/drivers/sound/bin2hex.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.4/linux/drivers/sound/hex2hex.c linux/drivers/sound/hex2hex.c
@@ -5,6 +5,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
 
 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)