URI: 
       tWe still need <string.h>, even with dynamic libraries disabled... - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 24453e1e2d2b1d870244ff70969992c5579d8169
   DIR parent 14be3cdede6ae18fa17063cdd3013d6b7227f97c
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Fri, 24 May 2002 11:31:05 +0000
       
       We still need <string.h>, even with dynamic libraries disabled...
       
       
       Diffstat:
         M src/sound.c                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/sound.c b/src/sound.c
       t@@ -25,11 +25,11 @@
        #endif
        
        #include <glib.h>
       +#include <string.h>
        
        #ifdef PLUGINS
        #include <sys/types.h>
        #include <dirent.h>
       -#include <string.h>
        #include <dlfcn.h>
        #else
        #include "plugins/sound_sdl.h"