Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c b/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c
index 4332b2edb..247568bf1 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c
@@ -21,6 +21,7 @@
#include "daytime.h"
#include "json.h"
#include "errors.h"
+#include "exceptions.h"
static const char * DAYTIME = "Daytime";

Back to the top