mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 23:50:06 +01:00
14 lines
207 B
C
14 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"
|