Skip to content

Commit

Permalink
Include config.h globally
Browse files Browse the repository at this point in the history
  • Loading branch information
fmang committed Nov 25, 2020
1 parent 1d03da3 commit 64fc6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* this module from the main one is to allow easy testing.
*/

#include <config.h>
#include <opustags.h>

#include <errno.h>
Expand Down
2 changes: 2 additions & 0 deletions src/opustags.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

#pragma once

#include <config.h>

#include <iconv.h>
#include <ogg/ogg.h>
#include <stdio.h>
Expand Down

0 comments on commit 64fc6f8

Please sign in to comment.