mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed 'implicid declaration' warning.
svn path=/trunk/; revision=439
This commit is contained in:
parent
09b99f1097
commit
901449bfe8
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include "cmd.h"
|
||||||
|
|
||||||
|
|
||||||
#define MAXLINES 128
|
#define MAXLINES 128
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue