diff options
author | lns <matzeton@googlemail.com> | 2017-03-04 23:58:39 +0100 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2017-03-04 23:58:39 +0100 |
commit | 1c0bf8da11588c622919527a9742c28306771b34 (patch) | |
tree | a938fcd42ee81da82d422e3948f254f86efa6c36 /src/status.c | |
parent | 3c947750932c90c34c53f090949ae1d996e755ed (diff) |
fixed includes
Diffstat (limited to 'src/status.c')
-rw-r--r-- | src/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/status.c b/src/status.c index 5286ddf..e545339 100644 --- a/src/status.c +++ b/src/status.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <errno.h> |