]> Pileus Git - ~andy/gtk/blobdiff - gtk/fnmatch.c
GtkBubbleWindow: rework how drawing is done
[~andy/gtk] / gtk / fnmatch.c
index b79dc62af7193deea9e48252352e9d6e4df3816b..0031331cb16a8a5d92114827a876d7db3efefff8 100644 (file)
@@ -11,9 +11,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -30,6 +28,9 @@
  */
 
 #include "config.h"
+
+#include "gtkprivate.h"
+
 #include <string.h>
 
 #include <glib.h>