summaryrefslogtreecommitdiff
path: root/pico/browse.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2024-01-21 19:03:45 -0700
committerEduardo Chappa <chappa@washington.edu>2024-01-21 19:03:45 -0700
commita55202787df1d5cfd3e37cb4c021422ee4aa9530 (patch)
tree5e87cc67b7c0d5e1adcd686e9dc22f11a577e99c /pico/browse.c
parent0f19719595e79516fdf57e59d0661260c23a1df4 (diff)
downloadalpine-a55202787df1d5cfd3e37cb4c021422ee4aa9530.tar.xz
* Clean up some function definitions to comply with strict
prototypes. Suggested and worked in part by Holger Hoffstätte.
Diffstat (limited to 'pico/browse.c')
-rw-r--r--pico/browse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pico/browse.c b/pico/browse.c
index 08054e37..c762742d 100644
--- a/pico/browse.c
+++ b/pico/browse.c
@@ -47,8 +47,10 @@
#ifndef _WINDOWS
#if defined(bsd) || defined(lnx)
+#ifndef errno
extern int errno;
#endif
+#endif
/*