mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
f4bf04780c
libbgcode is a library to operate (read / write / convert) on Binary G-Code, which is a new G-code file format [...]
15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
Index: src/LibBGCode/binarize/binarize.cpp
|
|
--- src/LibBGCode/binarize/binarize.cpp.orig
|
|
+++ src/LibBGCode/binarize/binarize.cpp
|
|
@@ -4,8 +4,8 @@
|
|
#include "core/core_impl.hpp"
|
|
|
|
extern "C" {
|
|
-#include <heatshrink/heatshrink_encoder.h>
|
|
-#include <heatshrink/heatshrink_decoder.h>
|
|
+#include <heatshrink_encoder.h>
|
|
+#include <heatshrink_decoder.h>
|
|
}
|
|
#include <zlib.h>
|
|
|