diff options
Diffstat (limited to 'app/cwm/xmalloc.c')
-rw-r--r-- | app/cwm/xmalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/xmalloc.c b/app/cwm/xmalloc.c index 2c4215708..b41da2e33 100644 --- a/app/cwm/xmalloc.c +++ b/app/cwm/xmalloc.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xmalloc.c,v 1.8 2012/11/07 20:34:39 okan Exp $ + * $OpenBSD: xmalloc.c,v 1.9 2012/11/09 03:52:02 okan Exp $ */ #include <sys/param.h> @@ -23,9 +23,9 @@ #include <err.h> #include <errno.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdio.h> #include <unistd.h> #include "calmwm.h" |