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.c2
1 files changed, 1 insertions, 1 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 247568bf1..55571e2eb 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.c
@@ -16,7 +16,7 @@
* Sample TCF service implementation.
*/
-#include "mdep.h"
+#include "config.h"
#include <time.h>
#include "daytime.h"
#include "json.h"

Back to the top