aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-03 00:39:35 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-03 00:39:35 +0000
commit8298bdba307e0df7af7a26243f7aec6d61b48789 (patch)
treeeccc986e22f2a4acd4287c03c6eec64807fbee56 /src
parentac517a2b7625e0aa0862679e961c6349f859ea3b (diff)
downloadlibbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.tar.gz
libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.tar.bz2
libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.tar.xz
libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.zip
Minor change, may help building in build...
Diffstat (limited to 'src')
-rw-r--r--src/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index b824b91..9655184 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -1,7 +1,7 @@
1#ifndef BU_EXCEPTIONS_H 1#ifndef BU_EXCEPTIONS_H
2#define BU_EXCEPTIONS_H 2#define BU_EXCEPTIONS_H
3 3
4#include "exceptionbase.h" 4#include "bu/exceptionbase.h"
5#include <stdarg.h> 5#include <stdarg.h>
6 6
7namespace Bu 7namespace Bu