thunderbolt: All C source files need to include config.h

This commit is contained in:
Richard Hughes 2017-08-31 14:40:25 +01:00
parent 2be0c71b2c
commit d55d4f6de1
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "fu-thunderbolt-image.h"
#include <string.h>

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <string.h>
#include <glib.h>