Browse Source

fix missing header include

fixes #569

Change-Id: I795a96dbe224bc798317e47b11d758e56e26d1ae
pull/578/head
Richard Fuchs 8 years ago
parent
commit
be9c3146f4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/cli.c

+ 1
- 0
daemon/cli.c View File

@ -7,6 +7,7 @@
#include <netinet/in.h>
#include <errno.h>
#include <glib.h>
#include <inttypes.h>
#include "poller.h"
#include "aux.h"


Loading…
Cancel
Save