Skip to content

Commit 3b66803

Browse files
author
Derick Rethans
committed
- Fix for bug php#11775: Typo in cpdf.c
1 parent 851d401 commit 3b66803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/cpdf/cpdf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#include "php.h"
3535
#include "php_globals.h"
36-
#include "zend/zend_list.h"
36+
#include "zend_list.h"
3737
#include "ext/standard/php_standard.h"
3838
#include "ext/standard/head.h"
3939
#include <math.h>

0 commit comments

Comments
 (0)