neodotfiles/user/.config/suckless/dmenu/patch/include.h
Clay Gomera 75927f319c Updated
2022-07-01 02:06:16 -04:00

12 lines
No EOL
212 B
C

#if DYNAMIC_OPTIONS_PATCH
#include "dynamicoptions.h"
#endif
#if JSON_PATCH
#include "json.h"
#endif
#if NON_BLOCKING_STDIN_PATCH
#include "nonblockingstdin.h"
#endif
#if NUMBERS_PATCH
#include "numbers.h"
#endif