mirror of
https://github.com/morgant/mlvwm.git
synced 2025-02-08 21:30:26 +00:00
Fix compiler warnings
This commit is contained in:
parent
6c2a9da7c6
commit
67e74cbdd1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user