blob: 39d00aaba39e1bc350c96901bc384940752881ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ai,v 1.1 2006/03/23 00:53:48 joerg Exp $
--- plugins/pppd.h.orig 2006-03-23 00:44:01.000000000 +0000
+++ plugins/pppd.h
@@ -55,7 +55,11 @@
#include <sys/param.h> /* for MAXPATHLEN and BSD4_4, if defined */
#include <sys/types.h> /* for u_int32_t, if defined */
#include <sys/time.h> /* for struct timeval */
+#if defined(__DragonFly__)
+#include <net/ppp_layer/ppp_defs.h>
+#else
#include <net/ppp_defs.h>
+#endif
#include "patchlevel.h"
#if defined(__STDC__)
|