mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: prefer internal header
Although we primarily want to check externally used libdevmapper library, out internal all.h is still keeping all symbols as the original library has - so for simpler compilation keep using this private copy for defining needed symbols.
This commit is contained in:
parent
188bedf8de
commit
4021e88a31
@ -10,7 +10,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "libdevmapper.h"
|
||||
#include "device_mapper/all.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user