Browse Source

zy1000: include files have moved about

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>
tags/v0.4.0-rc1
Øyvind Harboe 14 years ago
parent
commit
434f570e51
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/ecosboard.c

+ 2
- 2
src/ecosboard.c View 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>


Loading…
Cancel
Save