summaryrefslogtreecommitdiff
path: root/userland/irc/sv.c
diff options
context:
space:
mode:
Diffstat (limited to 'userland/irc/sv.c')
-rw-r--r--userland/irc/sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/irc/sv.c b/userland/irc/sv.c
index c29d082..76d48d6 100644
--- a/userland/irc/sv.c
+++ b/userland/irc/sv.c
@@ -1,7 +1,7 @@
#include "sv.h"
+#include <ctype.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
char *SV_TO_C(struct sv s) {
char *c_string = malloc(s.length + 1);