diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-17 14:55:33 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-17 14:55:33 +0000 |
commit | 640666fb36d7465b188f9d0bedc83ad60b83a1d7 (patch) | |
tree | 7de61b3ea478290eb8c7a935e3b4ed9e575372bc /compat/strsep.c | |
parent | 1ea19245b37cbaa869d8601f652c4055ad537f34 (diff) | |
download | rtmux-640666fb36d7465b188f9d0bedc83ad60b83a1d7.tar.gz rtmux-640666fb36d7465b188f9d0bedc83ad60b83a1d7.tar.bz2 rtmux-640666fb36d7465b188f9d0bedc83ad60b83a1d7.zip |
Fix some warnings.
Diffstat (limited to 'compat/strsep.c')
-rw-r--r-- | compat/strsep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/strsep.c b/compat/strsep.c index c44bc5b2..58584587 100644 --- a/compat/strsep.c +++ b/compat/strsep.c @@ -32,6 +32,8 @@ #include <string.h> #include <stdio.h> +#include "compat.h" + /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim. |