glitch.h was missing an include.
authordwhuseby <dwhuseby@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 13 Jan 2011 08:39:00 +0000 (08:39 +0000)
committerdwhuseby <dwhuseby@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 13 Jan 2011 08:39:00 +0000 (08:39 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@839 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/include/glitch.h

index b7082d8..5705e4e 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef GLITCH_H
 #define GLITCH_H
 
+#include "command.h"
 #include "app.h"
 
 #include <signal.h>