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 9e92b072 for ; Sun, 8 Jan 2017 19:28:38 +0000 (UTC) Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id efd1e12f for ; Sun, 8 Jan 2017 19:28:38 +0000 (UTC) Received: by mail-pf0-f195.google.com with SMTP id y143so1975122pfb.1 for ; Sun, 08 Jan 2017 11:38:08 -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:37:42 -0800 Message-Id: <20170108193742.27679-1-jftucker@gmail.com> List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --- 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