diff options
| -rw-r--r-- | host/opcd_test.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/opcd_test.c b/host/opcd_test.c index dd13023..f2737c4 100644 --- a/host/opcd_test.c +++ b/host/opcd_test.c @@ -30,7 +30,7 @@  #include <usb.h> -#include "../firmware/include/openpcd.h" +#include <openpcd.h>  #include "opcd_usb.h"  static int get_number(const char *optarg, unsigned int min, | 
