Skip to content

Commit

Permalink
Fix static compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei committed Jan 30, 2009
1 parent 792f217 commit d51e3c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Release_TSDbg
Release_TS_inline
Debug_TS
memcached*.tgz
run-tests.php
2 changes: 2 additions & 0 deletions php_memcached.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifndef PHP_MEMCACHED_H
#define PHP_MEMCACHED_H

#include <libmemcached/memcached.h>

extern zend_module_entry memcached_module_entry;
#define phpext_memcached_ptr &memcached_module_entry

Expand Down

0 comments on commit d51e3c5

Please sign in to comment.