app/composite/gimp-composite-3dnow-test.c

2008-04-07  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite-3dnow-test.c
	* app/composite/gimp-composite-altivec-test.c
	* app/composite/gimp-composite-mmx-test.c
	* app/composite/gimp-composite-sse-test.c
	* app/composite/gimp-composite-sse2-test.c
	* app/composite/gimp-composite-vis-test.c: include <stdlib.h>


svn path=/trunk/; revision=25407
This commit is contained in:
Sven Neumann 2008-04-07 21:17:25 +00:00 committed by Sven Neumann
parent 75196f2478
commit a6dd0be4b2
7 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2008-04-07 Sven Neumann <sven@gimp.org>
* app/composite/gimp-composite-3dnow-test.c
* app/composite/gimp-composite-altivec-test.c
* app/composite/gimp-composite-mmx-test.c
* app/composite/gimp-composite-sse-test.c
* app/composite/gimp-composite-sse2-test.c
* app/composite/gimp-composite-vis-test.c: include <stdlib.h>
2008-04-07 Michael Natterer <mitch@gimp.org>
* plug-ins/common/neon.c: renamed to...

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>

View File

@ -1,5 +1,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib-object.h>