mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
- adding missing file
This commit is contained in:
parent
ecd889c6ff
commit
276cf27152
1 changed files with 10 additions and 0 deletions
10
Xprint/ps/ttf2pt1wrap.c
Normal file
10
Xprint/ps/ttf2pt1wrap.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Wrapper to add missing symbol to externally supplied code
|
||||
*/
|
||||
|
||||
#ifdef Lynx
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
#endif
|
||||
|
||||
#include "ttf2pt1.c
|
||||
Loading…
Add table
Reference in a new issue