diff options
author | John Hawthorn <jhawthor@uvic.ca> | 2008-05-19 20:10:37 -0700 |
---|---|---|
committer | John Hawthorn <jhawthor@uvic.ca> | 2008-05-19 20:10:37 -0700 |
commit | 1fde363229b261038dab179c91106d3d4e03cc32 (patch) | |
tree | c2f446db7c95e31bb9ad0feefb639f209b1cb26f | |
parent | 8736618f8890638c8aedca43fa7bfa2f59e88c48 (diff) | |
download | mirror-meh-1fde363229b261038dab179c91106d3d4e03cc32.tar.gz mirror-meh-1fde363229b261038dab179c91106d3d4e03cc32.tar.bz2 mirror-meh-1fde363229b261038dab179c91106d3d4e03cc32.zip |
include string.h
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include <assert.h> #include <stdlib.h> #include <stdio.h> +#include <string.h> #include <X11/Xlib.h> #include <X11/keysym.h> |