aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/unlink.c')
-rw-r--r--examples/loadables/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/unlink.c b/examples/loadables/unlink.c
index 07e3f3d..3c829e3 100644
--- a/examples/loadables/unlink.c
+++ b/examples/loadables/unlink.c
@@ -35,7 +35,7 @@
#include "common.h"
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
unlink_builtin (list)