Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
71f8fda9
Commit
71f8fda9
authored
Apr 06, 2002
by
rswindell
Browse files
Need string.h for strrchr() prototype.
parent
8eaefc88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/xpdev/dirwrap.c
src/xpdev/dirwrap.c
+3
-1
No files found.
src/xpdev/dirwrap.c
View file @
71f8fda9
...
...
@@ -35,6 +35,8 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#include <string.h>
/* strrchr */
#ifdef _WIN32
#include <windows.h>
/* WINAPI, etc */
...
...
@@ -58,7 +60,7 @@
#include <sys/vfs.h>
/* statfs() */
#endif
#endif
#endif
/* __unix__ */
#include <sys/types.h>
/* _dev_t */
#include <sys/stat.h>
/* struct stat */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment