Commit 5a9ee157 authored by gmile's avatar gmile

Explicitly include sys/types.h

This will help build bcc on Alpine Linux.
parent 531f817c
......@@ -18,6 +18,7 @@
#pragma once
#include <memory>
#include <sys/types.h>
#include "file_desc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment