diff options
author | Pixel <Pixel> | 2001-12-02 19:05:04 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-02 19:05:04 +0000 |
commit | 84944dbe0dfcadfb5c069e210c0545b88aae57dc (patch) | |
tree | 03500722286440fe075315cca686a9d7d2e71d2e /lib/Exceptions.cc | |
parent | e4075153def021c3405accb19ffcdc3247d98807 (diff) |
Little more...
Diffstat (limited to 'lib/Exceptions.cc')
-rw-r--r-- | lib/Exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc index 53d974d..1283f6a 100644 --- a/lib/Exceptions.cc +++ b/lib/Exceptions.cc @@ -3,10 +3,10 @@ #include <string.h> #include <errno.h> #include <stddef.h> -#include "config.h" #include "String.h" #include "Exceptions.h" #include "General.h" +#include "config.h" char GeneralException::t[BUFSIZ]; |