aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGareth McMullin2015-02-28 22:06:10 -0800
committerGareth McMullin2015-02-28 22:06:10 -0800
commit48fb7ec6625000c2d93456de0649dc0b67b7d6c0 (patch)
tree5e8d2fe93ab0d01ac203dcf4d81f5ba491e7db88 /src
parent75001a442126e3b42f6f95f1917a7cb33b92d063 (diff)
Add missing includes to fix warnings.
Diffstat (limited to 'src')
-rw-r--r--src/lpc43xx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lpc43xx.c b/src/lpc43xx.c
index a739878..bfb96f7 100644
--- a/src/lpc43xx.c
+++ b/src/lpc43xx.c
@@ -19,10 +19,12 @@
#include <stddef.h>
#include <stdlib.h>
+#include <string.h>
#include "command.h"
#include "general.h"
#include "adiv5.h"
#include "target.h"
+#include "gdb_packet.h"
#define LPC43XX_CHIPID 0x40043200
#define ARM_CPUID 0xE000ED00