Fix including image_types.h

This commit is contained in:
DarthSim
2018-09-09 20:11:34 +06:00
parent 5896dfd29b
commit 1569f9be20
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ package main
/*
#cgo LDFLAGS: -s -w
#include <image_types.h>
#include "image_types.h"
*/
import "C"