diff options
Diffstat (limited to 'ldpd')
| -rw-r--r-- | ldpd/ldpd.c | 2 | ||||
| -rw-r--r-- | ldpd/socket.c | 1 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c index 3c616d4a8c..621f0c9a43 100644 --- a/ldpd/ldpd.c +++ b/ldpd/ldpd.c @@ -9,6 +9,8 @@   */  #include <zebra.h> + +#include <fcntl.h>  #include <sys/wait.h>  #include "ldpd.h" diff --git a/ldpd/socket.c b/ldpd/socket.c index 6b7e475d7f..71d5c21753 100644 --- a/ldpd/socket.c +++ b/ldpd/socket.c @@ -9,6 +9,7 @@   */  #include <zebra.h> +#include <fcntl.h>  #include "ldpd.h"  #include "ldpe.h"  | 
