aboutsummaryrefslogtreecommitdiffstats
path: root/pc/popen.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/popen.h')
-rw-r--r--pc/popen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/popen.h b/pc/popen.h
index 3735f455..cc5d7cc3 100644
--- a/pc/popen.h
+++ b/pc/popen.h
@@ -15,7 +15,7 @@
# endif
# define popen(c, m) os_popen(c, m)
# define pclose(f) os_pclose(f)
- extern FILE *os_popen( char *, char * );
+ extern FILE *os_popen( char *, const char * );
extern int os_pclose( FILE * );
# endif
#endif