summaryrefslogtreecommitdiff
path: root/user.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-20 10:25:17 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-20 10:25:17 +0800
commit0898723a7387f8e5d3086dd9511d88561ccc2593 (patch)
treea60b88a83885a97e890ab4cbdfc53bece222068c /user.c
parentc6d5739028f2337bd0418084a319705bd5b89840 (diff)
Change ticket list length type to size_t
and might as well isolate recursive header inclusions
Diffstat (limited to 'user.c')
-rw-r--r--user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/user.c b/user.c
index 9bfdf96..3e1db94 100644
--- a/user.c
+++ b/user.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <stdbool.h>
#include "post.h"
#include "rtclient/user.h"