Skip to content

Commit 0ef1612

Browse files
committed
remove compile errors
1 parent 41db87c commit 0ef1612

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

git2_config_entry.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "php_git2.h"
22
#include "git2_config_entry.h"
3+
#include "git2_exception.h"
34

45
static zend_class_entry *php_git2_config_entry_ce;
56
static zend_object_handlers php_git2_config_entry_handler;

git2_repository.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "git2_config.h"
44
#include "git2_reference.h"
55
#include "git2_php_util.h"
6+
#include "git2_exception.h"
67

78
static zend_class_entry *php_git2_repository_ce;
89
static zend_object_handlers php_git2_repository_handler;

git2_tree_entry.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "php_git2.h"
22
#include "git2_tree_entry.h"
3+
#include "git2_exception.h"
34

45
static zend_class_entry *php_git2_tree_entry_ce;
56
static zend_object_handlers php_git2_tree_entry_handler;

0 commit comments

Comments
 (0)