zy1000: include files have moved about
authorØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 3 Dec 2009 12:47:25 +0000 (13:47 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 3 Dec 2009 12:47:25 +0000 (13:47 +0100)
now compiles again after include files were moved about
to reduce -I usage and stop using quotes but rather
angle brackets for include files.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/ecosboard.c

index 6e41ebaffc803afa89428a21bf5f08691f0840f4..7d0c3d057beb72cc3631f8ca5bf07d4d9cdf658f 100644 (file)
@@ -33,9 +33,9 @@
 #include <server/server.h>
 #include <server/telnet_server.h>
 #include <server/gdb_server.h>
-#include "openocd.h"
+#include <openocd.h>
 
-#include <time_support.h>
+#include <helper/time_support.h>
 #include <sys/time.h>
 #include <stdio.h>
 #include <stdlib.h>