diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-16 18:36:35 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-16 18:36:35 +0100 |
commit | bd87f6bf00946426bc1dd120eec35ca11aab99de (patch) | |
tree | 6ce5a675cd10d64f61c99ad8d15d8739aa0ee66f /options.c | |
parent | 57fe03dc5a132ee131de457afa5724ec735ae811 (diff) | |
parent | 574a9e4b6c7a419b60668c30916327aa7e65d2c8 (diff) | |
download | rtmux-bd87f6bf00946426bc1dd120eec35ca11aab99de.tar.gz rtmux-bd87f6bf00946426bc1dd120eec35ca11aab99de.tar.bz2 rtmux-bd87f6bf00946426bc1dd120eec35ca11aab99de.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #include <sys/types.h> #include <ctype.h> +#include <fnmatch.h> #include <stdarg.h> #include <stdlib.h> #include <string.h> |