Skip to content

Commit

Permalink
Fix building with GCC 12.x release.
Browse files Browse the repository at this point in the history
Add missing header file.

Fixes: #396
  • Loading branch information
marxin authored and mlandres committed Jul 4, 2022
1 parent b030923 commit 8747445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zypp/base/Random.cc
@@ -1,5 +1,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <zypp/base/Random.h>


Expand Down

0 comments on commit 8747445

Please sign in to comment.