tMissing #include of string.h added - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c7052678ed485c7b39f757cec9e92ef1fc64414e
 (DIR) parent d2e344f2923e67b9c0d9f80f7d1b9643833887e1
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat,  8 Dec 2001 22:12:43 +0000
       
       Missing #include of string.h added
       
       
       Diffstat:
         M src/admin.c                         |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/admin.c b/src/admin.c
       t@@ -29,6 +29,7 @@
        #ifdef HAVE_STDLIB_H
        #include <stdlib.h>
        #endif
       +#include <string.h>
        #include <errno.h>
        #include <stdio.h>
        #include <glib.h>