Fix typo; it is preface.h, not prefix.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 15:34:35 +00:00
parent 838ac3681f
commit a8ae3dddbb
154 changed files with 156 additions and 156 deletions

View file

@ -25,7 +25,7 @@
same architecture, and you care about time and space.
WARNING: This encoding is *not* machine-independent. */
#include <gnustep/base/prefix.h>
#include <gnustep/base/preface.h>
#include <gnustep/base/RawCStream.h>
#include <gnustep/base/NSString.h>
#include <gnustep/base/StdioStream.h>