Skip to content

Commit

Permalink
fix build with master
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 25, 2024
1 parent 37a8011 commit cb5efb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yar_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
#endif

#include "php.h"
#include "ext/standard/php_lcg.h" /* for php_combined_lcg’ */
#if PHP_VERSION_ID < 80400
#include "ext/standard/php_rand.h" /* for php_mt_rand */
#else
#include "ext/random/php_random.h"
#endif

#include "php_yar.h"
#include "yar_exception.h"
Expand Down

0 comments on commit cb5efb8

Please sign in to comment.