Ticket #47813: patch-texk-xdvik-psgs.c.diff
File patch-texk-xdvik-psgs.c.diff, 535 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
texk/xdvik/psgs.c
Fix build on Tiger. Include string.h, not strings.h, because we don't need any of the obsolete functions in strings.h and xorg-xproto's X11/Xos.h redefines some of the obsolete functions (index and rindex), confusing Tiger's strings.h.
old new 37 37 38 38 /* Condition for retrying a write */ 39 39 #include <errno.h> 40 #include <string s.h>40 #include <string.h> 41 41 42 42 #include "kpathsea/c-pathmx.h" 43 43 #include "dvi-init.h"