xserver-multidpi/hw/xprint/ps/ttf2pt1wrap.c
Adam Jackson 71fbda8049 Xprint/ -> hw/xprint
XpConfig -> hw/xprint/config
2006-06-18 21:07:28 -04:00

15 lines
207 B
C

/*
* Wrapper to add missing symbol to externally supplied code
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifdef Lynx
extern int optind;
extern char *optarg;
#endif
#include "ttf2pt1.c"