fix broken include on previous pipex commit
authormlarkin <mlarkin@openbsd.org>
Sun, 28 May 2017 21:57:19 +0000 (21:57 +0000)
committermlarkin <mlarkin@openbsd.org>
Sun, 28 May 2017 21:57:19 +0000 (21:57 +0000)
ok deraadt

sys/net/pipex_local.h

index 18eb986..876eda2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pipex_local.h,v 1.27 2017/05/28 18:43:51 yasuoka Exp $        */
+/*     $OpenBSD: pipex_local.h,v 1.28 2017/05/28 21:57:19 mlarkin Exp $        */
 
 /*
  * Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -393,7 +393,7 @@ Static void                  pipex_ip_input (struct mbuf *, struct pipex_session
 #ifdef INET6
 Static void                  pipex_ip6_input (struct mbuf *, struct pipex_session *);
 #endif
-Static struct mbuf           *pipex_common_input(struct pipex_session *, struct mbuf *, int, int);
+Static struct mbuf           *pipex_common_input(struct pipex_session *, struct mbuf *, int, int, int);
 
 #ifdef PIPEX_PPPOE
 Static void                  pipex_pppoe_output (struct mbuf *, struct pipex_session *);