Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
metrics_monitor: use stdio.h instead of libio.h in the tests
Browse files Browse the repository at this point in the history
Fixes: #484

Signed-off-by: Dmitry Rogozhkin <[email protected]>
(cherry picked from commit b443539)
  • Loading branch information
Nabiullin, Oleg committed Aug 13, 2018
1 parent 6941f03 commit bf164fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/metrics_monitor/test/igt_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
/* Source file content was taken from Intel GPU Tools */

#include "igt_load.h"
#include <libio.h>
#include <errno.h>
#include <time.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down

0 comments on commit bf164fb

Please sign in to comment.