]> Pileus Git - ~andy/gtk/blobdiff - gtk/fnmatch.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / fnmatch.c
index 677ff9f719ca796722c5fe7847922064414cf2c9..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/>.
  */
 
 /*
  *                    Owen Taylor, 13 December 2002;
  */
 
-#include <config.h>
+#include "config.h"
+
+#include "gtkprivate.h"
+
 #include <string.h>
 
 #include <glib.h>