537ad15e86
I add the 'confuse' library as a side effect. svn path=/nixpkgs/trunk/; revision=22817
13 lines
290 B
Diff
13 lines
290 B
Diff
diff --git a/xbboot/host-app/host_main.c b/xbboot/host-app/host_main.c
|
|
index 8835869..0d6fcc0 100644
|
|
--- a/xbboot/host-app/host_main.c
|
|
+++ b/xbboot/host-app/host_main.c
|
|
@@ -9,6 +9,7 @@
|
|
//
|
|
|
|
#include <stdio.h>
|
|
+#include <stdint.h>
|
|
#include <string.h>
|
|
#include <usb.h>
|
|
#include <time.h>
|