Skip to content

Commit 9f749bc

Browse files
committed
Fix
1 parent fe761cc commit 9f749bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/dl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "php_ini.h"
2323
#include "ext/standard/info.h"
2424

25-
#include "main/SAPI.h"
25+
#include "SAPI.h"
2626

2727
#ifdef HAVE_LIBDL
2828
#include <stdlib.h>

0 commit comments

Comments
 (0)