Fix minor memory management bug

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24853 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-03-12 16:47:42 +00:00
parent 29dec16c24
commit 4b79fb7d69
3 changed files with 8 additions and 2 deletions

View file

@ -24,7 +24,7 @@
*/
#include "config.h"
#include <string.h>
#include <Foundation/Foundation.h>
#include "Foundation/Foundation.h"
#include "GNUstepBase/GSCategories.h"
#include "GNUstepBase/GSLock.h"
#include "GSPrivate.h"