summaryrefslogtreecommitdiff
path: root/libcurl/rest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcurl/rest.cpp')
-rw-r--r--libcurl/rest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcurl/rest.cpp b/libcurl/rest.cpp
index e17de3ea..60fcb8eb 100644
--- a/libcurl/rest.cpp
+++ b/libcurl/rest.cpp
@@ -5,7 +5,7 @@
// *****************************************************************************
#include "rest.h"
-#include <zen/system.h>
+#include <zen/sys_info.h>
#include <zen/http.h>
using namespace zen;
bgstack15