Commit 038cdddb authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

upnp: Ensure config.h is included first

parent bcee82a5
...@@ -28,10 +28,6 @@ ...@@ -28,10 +28,6 @@
#define __STDC_CONSTANT_MACROS 1 #define __STDC_CONSTANT_MACROS 1
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "upnp.hpp" #include "upnp.hpp"
#include <vlc_access.h> #include <vlc_access.h>
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vector> #include <vector>
#include <string> #include <string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment