Fix compiler warnings

This commit is contained in:
Morgan Aldridge 2020-12-22 17:14:05 -05:00
parent 6c2a9da7c6
commit 67e74cbdd1
4 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mlvwm.h"
#include "screen.h"

View File

@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mlvwm.h"
#include "screen.h"

View File

@ -34,7 +34,7 @@
/*****************************************************************************/
#ifndef _MLVWM_
#define _MLVFM_
#define _MLVWM_
#include <X11/Xlib.h>
#include <X11/Xutil.h>

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <string.h>
#ifndef TRUE
#define TRUE 1