fcb076c Various fixes for errors found by coverity static analysis (#109) d98ab38 Merge branch 'pppd_print_changes' of https://github.com/nlhintz/ppp into nlhintz-pppd_print_changes Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
11 lines
265 B
Diff
11 lines
265 B
Diff
--- a/pppd/plugins/rp-pppoe/debug.c
|
|
+++ b/pppd/plugins/rp-pppoe/debug.c
|
|
@@ -16,6 +16,8 @@
|
|
static char const RCSID[] =
|
|
"$Id: debug.c,v 1.2 2008/06/09 08:34:23 paulus Exp $";
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#include "pppoe.h"
|
|
#include <sys/time.h>
|
|
#include <time.h>
|