[PHP-DEV] CVS update: php3/functions From: zeev (php-dev <email protected>)
Date: 05/29/98

Date: Friday May 29, 1998 @ 19:33
Author: zeev

Update of /repository/php3/functions
In directory asf:/tmp/cvs-serv23202/functions

Modified Files:
        gdttf.c
Log Message:
gdcache.h is ours, include it with "" and update dependencies

Index: php3/functions/gdttf.c
diff -c php3/functions/gdttf.c:1.6 php3/functions/gdttf.c:1.7
*** php3/functions/gdttf.c:1.6 Fri May 29 18:57:59 1998
--- php3/functions/gdttf.c Fri May 29 19:33:38 1998
***************
*** 13,19 ****
  #include <string.h>
  #include <math.h>
  #include <gd.h>
! #include <gdcache.h>
  #include <freetype.h>
  
  
--- 13,19 ----
  #include <string.h>
  #include <math.h>
  #include <gd.h>
! #include "gdcache.h"
  #include <freetype.h>