# HG changeset patch # User f1rmb # Date 1019437842 0 # Node ID 6061277509eeb1bf16db4df51a037e1cd1d916e1 # Parent 7e8628911b4f90fed6204e8c4f88fc22dd138a78 Take care of ENDIAN words. diff -r 7e8628911b4f -r 6061277509ee dvdnav_internal.h --- a/dvdnav_internal.h Fri Apr 12 20:06:41 2002 +0000 +++ b/dvdnav_internal.h Mon Apr 22 01:10:42 2002 +0000 @@ -24,6 +24,10 @@ #ifndef DVDNAV_INTERNAL_H_INCLUDED #define DVDNAV_INTERNAL_H_INCLUDED +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "dvdnav.h" #include "vm.h"