summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-24 00:56:28 -0800
committerVinson Lee <vlee@vmware.com>2010-12-24 00:56:28 -0800
commitb3adb7eaab0f166fa32f5bf959e8175a2836f6f3 (patch)
treeeaf5b53c8592df3f249d8d20003d7bf97181f9f1
parent53d45c4d7a4db12c90a34fbb0cedd1dd2a79a02d (diff)
Add back cstdio header in environ.cpp.
cstdio was removed as part of previous commit 53d45c4d7a4db12c90a34fbb0cedd1dd2a79a02d but is needed for snprintf.
-rw-r--r--src/glean/environ.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glean/environ.cpp b/src/glean/environ.cpp
index 41effcc..050d9da 100644
--- a/src/glean/environ.cpp
+++ b/src/glean/environ.cpp
@@ -40,6 +40,7 @@
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
+#include <cstdio>
#elif defined(__MS__)
#include <stdio.h>