mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-01 18:50:41 +03:00
Fix includes so that string functions get prototyped
This commit is contained in:
parent
1de93a2d6d
commit
e735abfdfd
@ -28,10 +28,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "mm/pool.h"
|
||||
#include "log/log.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
@ -41,6 +37,10 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mm/pool.h"
|
||||
#include "log/log.h"
|
||||
|
||||
enum {
|
||||
TOK_INT,
|
||||
TOK_FLOAT,
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <linux/kdev_t.h>
|
||||
#include "hash.h"
|
||||
#include "mm/pool.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user