mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
11 lines
267 B
C
11 lines
267 B
C
--- test/src/sml_buffer_test.c.orig 2018-01-25 17:04:21 UTC
|
|
+++ test/src/sml_buffer_test.c
|
|
@@ -22,7 +22,7 @@
|
|
TEST_GROUP(sml_buffer);
|
|
|
|
int buffer_len = 512;
|
|
-sml_buffer *buf;
|
|
+extern sml_buffer *buf;
|
|
|
|
TEST_SETUP(sml_buffer) {
|
|
buf = sml_buffer_init(buffer_len);
|