[AD] Hey, I can also send a patch!

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Hi :)

So now that everybody is patching, here goes another one, which I hope it
is right. When compiling the uossmidi.c file I get two undefined memset
warnings. Including string.h makes the warnings vanish.

Grzegorz Adam Hankiewicz - gradha@xxxxxxxxxx
Gogosoftware - http://welcome.to/gogosoftware/

 "Ever noticed how fast Windows runs? Neither did I!"

--- patch/src/unix/uossmidi.c	Tue Dec 21 22:14:27 1999
+++ all3929/src/unix/uossmidi.c	Tue Dec 21 22:15:37 1999
@@ -23,6 +23,7 @@
 #include "allegro/aintern.h"
 #include "allegro/aintunix.h"
 
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/