Skip to content

Commit

Permalink
Also include curl header files
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Mar 12, 2019
1 parent e0347e2 commit b14a0ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userspace/libsinsp/container_engine/docker.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ limitations under the License.
#include <vector>
#include <atomic>

#if !defined(_WIN32)
#include <curl/curl.h>
#include <curl/easy.h>
#include <curl/multi.h>
#endif

#include "tbb/concurrent_hash_map.h"

#include "json/json.h"
Expand Down

0 comments on commit b14a0ec

Please sign in to comment.