Skip to content

Commit

Permalink
Fix building with GCC 13 and GCC 12.x
Browse files Browse the repository at this point in the history
Fixes missing header files.

Fixes: #156
  • Loading branch information
marxin committed Jun 29, 2022
1 parent c23297e commit 371a74d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions liby2util-r/src/y2changes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
#include <limits>
#include <list>

Expand Down
2 changes: 2 additions & 0 deletions liby2util-r/src/y2log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <sys/types.h>
#include <sys/file.h>
#include <unistd.h>
#include <time.h>
#include <pthread.h>
#include <limits>
#include <list>

Expand Down

0 comments on commit 371a74d

Please sign in to comment.