mirror of
https://github.com/morgant/mlvwm.git
synced 2025-08-05 04:25:27 +00:00
Fix compiler warnings
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mlvwm.h"
|
||||
#include "screen.h"
|
||||
|
@@ -7,6 +7,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mlvwm.h"
|
||||
#include "screen.h"
|
||||
|
@@ -34,7 +34,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#ifndef _MLVWM_
|
||||
#define _MLVFM_
|
||||
#define _MLVWM_
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
|
Reference in New Issue
Block a user