mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
13 lines
164 B
C
13 lines
164 B
C
/* Patches */
|
|
|
|
#if OPENCOPIED_PATCH
|
|
#include "opencopied.c"
|
|
#endif
|
|
|
|
#if FIXIME_PATCH
|
|
#include "fixime.c"
|
|
#endif
|
|
|
|
#if XRESOURCES_PATCH
|
|
#include "xresources.c"
|
|
#endif |