mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 11:20:05 +01:00
10 lines
150 B
C
10 lines
150 B
C
/*
|
|
* Wrapper to add missing symbol to externally supplied code
|
|
*/
|
|
|
|
#ifdef Lynx
|
|
extern int optind;
|
|
extern char *optarg;
|
|
#endif
|
|
|
|
#include "ttf2pt1.c"
|