Skip to content

Commit

Permalink
gtk: always include config.h first
Browse files Browse the repository at this point in the history
Change-Id: I8e1f57e5dd2935d9b22d906acbb75e28f84016f5
Signed-off-by: Ashod Nakashian <[email protected]>
  • Loading branch information
Ashod committed Jun 19, 2021
1 parent 1139c99 commit 28815ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk/mobile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <config.h>

#include <cstdlib>
#include <cstring>
#include <iostream>
Expand Down

0 comments on commit 28815ac

Please sign in to comment.