diff options
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]; |