mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
tests: correcting header file enclosure
Use "" for internal header file.
This commit is contained in:
parent
e52b5f9ab2
commit
8f0364ccd2
@ -10,9 +10,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "libdevmapper.h"
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <libdevmapper.h>
|
|
||||||
|
|
||||||
/* Comment out this define to get coredump instead of sleeping */
|
/* Comment out this define to get coredump instead of sleeping */
|
||||||
#define SLEEP 1
|
#define SLEEP 1
|
||||||
|
Loading…
Reference in New Issue
Block a user