mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
42c5bc9f9a
Needed for ssize_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
157 B
Diff
11 lines
157 B
Diff
--- a/cookie.c
|
|
+++ b/cookie.c
|
|
@@ -2,6 +2,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <syslog.h>
|
|
+#include <sys/types.h>
|
|
|
|
#include "cookie.h"
|
|
|