Fixed broken build of latency appliction with old g++ versions

This commit is contained in:
Andrea Bondavalli 2021-12-06 18:54:34 +01:00
parent 8cf3be1c8a
commit c5e72e5d47

View File

@ -28,6 +28,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sched.h> #include <sched.h>