OSDN Git Service

Include what you use: <errno.h>.
authorElliott Hughes <enh@google.com>
Mon, 29 Dec 2014 19:48:03 +0000 (11:48 -0800)
committerElliott Hughes <enh@google.com>
Mon, 29 Dec 2014 19:48:03 +0000 (11:48 -0800)
Change-Id: Ic970f6bf4558e8e0ef3d7e480c2532c102abfd7c

client/FwmarkClient.cpp

index db2009f..1e98c40 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "FwmarkClient.h"
 
+#include <errno.h>
 #include <stdlib.h>
 #include <sys/socket.h>
 #include <sys/un.h>