change #include "types.h" to <helper/types.h>
[fw/openocd] / src / helper / binarybuffer.h
index 6275eaf1e9d1f56ba1521f599a55619748738c63..ae0ee9a101b2452b30658129769060a0ae49c71b 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef BINARYBUFFER_H
 #define BINARYBUFFER_H
 
-#include "types.h"
+#include <helper/types.h>
 
 /** @file
  * Support functions to access arbitrary bits in a byte array