From 0d7386c7529dc106dc12827ce0f2dee91c3945c2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 13 May 2024 14:33:09 -0500 Subject: Add a C file to make C compilers actually build this into a shared object Signed-off-by: Matt Strapp --- include/locusts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/locusts.h b/include/locusts.h index 7d03539..870a0ad 100644 --- a/include/locusts.h +++ b/include/locusts.h @@ -11,7 +11,7 @@ Introduces locusts into your codebase. Note: locusts are not included with installing this library. Please source your own. */ -void introduce_locusts(void) { return; } +void introduce_locusts(void); #ifdef __cplusplus } -- cgit v1.2.3