summaryrefslogtreecommitdiff
path: root/internal/pkg/all-in-one/all-in-one.go
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 17:59:38 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 17:59:38 +0400
commit4ed0e734e115d90bf613b7de7c6792e397569553 (patch)
treee036c5bd2c3ad920b6ea135f47d110cb87bd5fb2 /internal/pkg/all-in-one/all-in-one.go
parentcceb597c4591a51c07a56b8246539f415f8e1264 (diff)
fix header import
Diffstat (limited to 'internal/pkg/all-in-one/all-in-one.go')
-rw-r--r--internal/pkg/all-in-one/all-in-one.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/all-in-one/all-in-one.go b/internal/pkg/all-in-one/all-in-one.go
index b95d515..7badf33 100644
--- a/internal/pkg/all-in-one/all-in-one.go
+++ b/internal/pkg/all-in-one/all-in-one.go
@@ -2,7 +2,7 @@ package allinone
/*
#cgo LDFLAGS: -L../../../build/lib -lall_in_one -lz -lm
-#include "./all-in-one.h"
+#include "./all_in_one.h"
#include "./error_handler.h"
*/
import "C"