diff options
author | Allin Cottrell <cottrell@wfu.edu> | 2012-08-24 01:46:38 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-08-24 01:46:38 +0200 |
commit | 4871690d9e32608bbd9b18505b5326c2079c9690 (patch) | |
tree | 89e0ee5a8c0520178b531754c65011d5ea95bff5 /src/journal/journald-gperf.gperf | |
parent | f284860764076e2a1f0b34eb4c681bb2762f7889 (diff) |
journald: add missing includes
Diffstat (limited to 'src/journal/journald-gperf.gperf')
-rw-r--r-- | src/journal/journald-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journald-gperf.gperf b/src/journal/journald-gperf.gperf index 2f83cbde7c..32474df6da 100644 --- a/src/journal/journald-gperf.gperf +++ b/src/journal/journald-gperf.gperf @@ -1,5 +1,6 @@ %{ #include <stddef.h> +#include <sys/socket.h> #include "conf-parser.h" #include "journald.h" %} |