commit | 27aacc0d49dbc5c3721ae5ca6f6033be6537c4c3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 11:48:03 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 11:48:03 2014 -0800 |
tree | 4fdb7f662cf7d935ace02127b05fa4fdee876034 | |
parent | a0b06f61c55be2ecea35d14b621553c00bf287a6 [diff] [blame] |
Include what you use: <errno.h>. Change-Id: Ic970f6bf4558e8e0ef3d7e480c2532c102abfd7c
diff --git a/client/FwmarkClient.cpp b/client/FwmarkClient.cpp index db2009f..1e98c40 100644 --- a/client/FwmarkClient.cpp +++ b/client/FwmarkClient.cpp
@@ -16,6 +16,7 @@ #include "FwmarkClient.h" +#include <errno.h> #include <stdlib.h> #include <sys/socket.h> #include <sys/un.h>