You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
476 B

  1. --- ./src/devices/devfreq.h.orig
  2. +++ ./src/devices/devfreq.h
  3. @@ -25,6 +25,7 @@
  4. #ifndef _INCLUDE_GUARD_DEVFREQ_H
  5. #define _INCLUDE_GUARD_DEVFREQ_H
  6. +#include <sys/time.h>
  7. #include "device.h"
  8. #include "../parameters/parameters.h"
  9. diff --git a/src/perf/perf.h b/src/perf/perf.h
  10. index ee072ae06d24..932588a684f9 100644
  11. --- a/src/perf/perf.h
  12. +++ b/src/perf/perf.h
  13. @@ -26,6 +26,7 @@
  14. #define _INCLUDE_GUARD_PERF_H_
  15. #include <iostream>
  16. +#include <stdio.h>
  17. extern "C" {