diff options
Diffstat (limited to 'examples/loadables/getconf.c')
| -rw-r--r-- | examples/loadables/getconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/getconf.c b/examples/loadables/getconf.c index d3dec41..b70f531 100644 --- a/examples/loadables/getconf.c +++ b/examples/loadables/getconf.c @@ -72,7 +72,7 @@ #include "getconf.h" #ifndef errno -extern int errno; +#include <errno.h> #endif struct conf_variable |
