change #include "nand.h" to <flash/nand.h>
[fw/openocd] / src / flash / nand / nonce.c
index dae62a72d08af927b2f814979ee0befa45226fb0..f4411640a190f51c0f679ac875b7b273455155a8 100644 (file)
@@ -20,7 +20,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include "nand.h"
+#include <flash/nand.h>
 
 
 static int nonce_nand_command(struct nand_device *nand, uint8_t command)