1
0
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:
Zdenek Kabelac 2018-11-17 01:38:39 +01:00
parent 188bedf8de
commit 4021e88a31

View File

@ -10,7 +10,7 @@
*
*/
#include "libdevmapper.h"
#include "device_mapper/all.h"
#include <unistd.h>
#include <signal.h>