diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-23 02:07:47 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-23 02:07:47 -0500 |
| commit | 5b02bd3ad01c1bdcf354987133aad75b5cb2f041 (patch) | |
| tree | 245a973d833a31b42cecf81fe3bc87abcbd29cbf /pimd/mtracebis.c | |
| parent | fb444efb6853da1baa0abbfbc4932657518fe6c3 (diff) | |
pimd: Fix some compiler issues
Fix some compiler issues that were not picked up.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/mtracebis.c')
| -rw-r--r-- | pimd/mtracebis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/mtracebis.c b/pimd/mtracebis.c index 2032cdcfbe..1e7aee858a 100644 --- a/pimd/mtracebis.c +++ b/pimd/mtracebis.c @@ -35,6 +35,8 @@ #include <string.h> #include <time.h> #include <net/if.h> +#include <unistd.h> +#include <getopt.h> #define MTRACEBIS_VERSION "0.1" #define MTRACE_TIMEOUT (5) |
