Skip to content

Commit

Permalink
gtkui: linux compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Oct 29, 2023
1 parent 8764a3e commit ab9a764
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
3. This notice may not be removed or altered from any source distribution.
*/

#include <stdlib.h>
#include <string.h>
#include "gtkScriptableListEditViewController.h"
#include "gtkScriptableListEditWindowController.h"
#include "../../../gettext.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
3. This notice may not be removed or altered from any source distribution.
*/

#include <stdlib.h>
#include "gtkScriptableListEditWindowController.h"
#include "gtkScriptableListEditViewController.h"
#include "../../../gettext.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <gtk/gtk.h>
#include <stdlib.h>
#include <string.h>
#include "support.h"
#include "gtkScriptableSelectViewController.h"
#include "gtkScriptableListEditWindowController.h"
Expand Down

0 comments on commit ab9a764

Please sign in to comment.