[libbluray-devel] config.h should be included first

hpi1 git at videolan.org
Mon Jan 14 09:08:26 CET 2013


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Jan 14 09:25:46 2013 +0200| [9759a329974890574fc4e83703af24f828e64fa9] | committer: hpi1

config.h should be included first

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=9759a329974890574fc4e83703af24f828e64fa9
---

 src/libbluray/bdj/bdj.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/libbluray/bdj/bdj.c b/src/libbluray/bdj/bdj.c
index a0e5414..3f41bd0 100644
--- a/src/libbluray/bdj/bdj.c
+++ b/src/libbluray/bdj/bdj.c
@@ -18,11 +18,12 @@
  * <http://www.gnu.org/licenses/>.
  */
 
-#include "bdj.h"
-
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
+
+#include "bdj.h"
+
 #include "bdj_private.h"
 #include "bdjo_parser.h"
 #include "bdj_util.h"



More information about the libbluray-devel mailing list