aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-20 20:34:44 +0200
committerMattias Andrée <maandree@kth.se>2020-06-20 20:34:44 +0200
commit19fb6de1c1e47c03b611ac7a0b7636b85ab20118 (patch)
tree2f49c65d17c43239a85513c6f4cffed591e9083e /common.h
parentChange libaxl_protocol_version_major, libaxl_protocol_version_minor, and libaxl_protocol_version into variables (diff)
downloadlibaxl-19fb6de1c1e47c03b611ac7a0b7636b85ab20118.tar.gz
libaxl-19fb6de1c1e47c03b611ac7a0b7636b85ab20118.tar.bz2
libaxl-19fb6de1c1e47c03b611ac7a0b7636b85ab20118.tar.xz
Misc.
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 5dae5a1..e0330cb 100644
--- a/common.h
+++ b/common.h
@@ -10,6 +10,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <pwd.h>
#include <stdatomic.h>
#include <stdio.h>
#include <stdlib.h>