qulogic/libgnt

a40325f3a45a
Merged in -sdn-/pidgin (pull request #315)

Various build fixes for default branch

Approved-by: Eion Robb
Approved-by: Gary Kramlich
Approved-by: Elliott Sales de Andrade
  • +1 -0
    test/combo.c
  • +1 -0
    test/keys.c
  • +3 -0
    test/tv.c
  • --- a/test/combo.c Thu Mar 29 23:20:36 2018 -0500
    +++ b/test/combo.c Thu Apr 26 02:53:55 2018 +0000
    @@ -4,6 +4,7 @@
    #include <gntcheckbox.h>
    #include <gntcombobox.h>
    #include <gntentry.h>
    +#include <gntfilesel.h>
    #include <gntlabel.h>
    #include <gntslider.h>
    --- a/test/keys.c Thu Mar 29 23:20:36 2018 -0500
    +++ b/test/keys.c Thu Apr 26 02:53:55 2018 +0000
    @@ -1,3 +1,4 @@
    +#include <string.h>
    #include <gnt.h>
    #include <gntbox.h>
    #include <gntentry.h>
    --- a/test/tv.c Thu Mar 29 23:20:36 2018 -0500
    +++ b/test/tv.c Thu Apr 26 02:53:55 2018 +0000
    @@ -1,3 +1,6 @@
    +#include <stdlib.h>
    +#include <string.h>
    +#include <unistd.h>
    #include "gntbutton.h"
    #include "gnt.h"
    #include "gntkeys.h"