aboutsummaryrefslogtreecommitdiff
path: root/src/client/solaris/handler/exception_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/solaris/handler/exception_handler.cc')
-rw-r--r--src/client/solaris/handler/exception_handler.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/solaris/handler/exception_handler.cc b/src/client/solaris/handler/exception_handler.cc
index b7b702ac..0e5f4497 100644
--- a/src/client/solaris/handler/exception_handler.cc
+++ b/src/client/solaris/handler/exception_handler.cc
@@ -28,6 +28,10 @@
// Author: Alfred Peng
+#ifdef HAVE_CONFIG_H
+#include <config.h> // Must come first
+#endif
+
#include <signal.h>
#include <sys/stat.h>
#include <sys/types.h>