summaryrefslogtreecommitdiff
path: root/source3/tests/shlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tests/shlib.c')
-rw-r--r--source3/tests/shlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/tests/shlib.c b/source3/tests/shlib.c
index 761d9fd5c5..eddb76ff2a 100644
--- a/source3/tests/shlib.c
+++ b/source3/tests/shlib.c
@@ -1,5 +1,7 @@
/* a trivial function used to test building shared libraries */
+int foo(void);
+
int foo(void)
{
return 1;