diff options
Diffstat (limited to 'tests/testselection.c')
-rw-r--r-- | tests/testselection.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testselection.c b/tests/testselection.c index 6f33be989d..15ea22573d 100644 --- a/tests/testselection.c +++ b/tests/testselection.c @@ -16,6 +16,7 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <string.h> #include "gtk.h" typedef enum { @@ -35,7 +36,7 @@ typedef enum { STRING, TEXT, WINDOW, - LAST_SEL_TYPE, + LAST_SEL_TYPE } SelType; GdkAtom seltypes[LAST_SEL_TYPE]; |