1
0
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:
Zdenek Kabelac 2018-11-17 01:11:13 +01:00 committed by David Teigland
parent e52b5f9ab2
commit 8f0364ccd2

View File

@ -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