Skip to content

Commit

Permalink
Add some missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Jun 4, 2019
1 parent 17b8cb6 commit 64d494c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#ifndef RR_LOG_H
#define RR_LOG_H

#include <features.h>

#include <iostream>
#include <type_traits>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/preload/syscallbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* wrapper.
*/

#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
Expand Down

0 comments on commit 64d494c

Please sign in to comment.