Small include changes

To allow some files compile outside UltraGrid (without config.h) for
standalone convert.
This commit is contained in:
Martin Pulec
2021-06-10 10:11:39 +02:00
parent 98a301c0b1
commit 34c8055dc8
3 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,9 @@
* SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif // defined HAVE_CONFIG_H
#include "config_unix.h"
#include "config_win32.h"