Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Fix implicit function declarations.
Browse files Browse the repository at this point in the history
Change-Id: Ie817cb4df05ae1edb9ec9149a5c15aac5c51dad4
  • Loading branch information
enh-google committed Feb 20, 2015
1 parent 4ccc254 commit 31db56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ifaddrs.c
Expand Up @@ -20,6 +20,7 @@
#include "ifaddrs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
Expand Down
2 changes: 2 additions & 0 deletions showlease.c
@@ -1,7 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>

#include "dhcp.h"
#include "config.h"
Expand Down

0 comments on commit 31db56e

Please sign in to comment.