From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: jftucker@gmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 05732681 for ; Sun, 8 Jan 2017 19:43:28 +0000 (UTC) Received: from mail-pf0-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 95cd77f4 for ; Sun, 8 Jan 2017 19:43:28 +0000 (UTC) Received: by mail-pf0-f194.google.com with SMTP id f144so4153831pfa.2 for ; Sun, 08 Jan 2017 11:52:58 -0800 (PST) Return-Path: From: James Tucker To: wireguard@lists.zx2c4.com Subject: [PATCH] uapi.h: add missing userspace headers Date: Sun, 8 Jan 2017 11:52:21 -0800 Message-Id: <20170108195221.28068-1-jftucker@gmail.com> List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: James Tucker --- src/uapi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uapi.h b/src/uapi.h index b139d43..cd4b86b 100644 --- a/src/uapi.h +++ b/src/uapi.h @@ -77,6 +77,8 @@ typedef int32_t __s32; #include #include #else +#include +#include #include #include #endif -- 2.11.0