Skip to content

Commit

Permalink
Linux: add neccecary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Franke committed Jun 27, 2017
1 parent 30f13b6 commit f55fb32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CacheSim/CacheSimLinux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "Precompiled.h"

#include <sched.h>
#include <error.h>
#include <errno.h>
#include <time.h>
#include <asm/prctl.h>
#include <execinfo.h>
#include <link.h>
Expand Down

0 comments on commit f55fb32

Please sign in to comment.