Use xenstore.h instead of xs.h
This commit is contained in:
parent
b13844afe1
commit
17350f6f69
@ -1,9 +1,5 @@
|
||||
#include <sys/types.h>
|
||||
#ifdef USE_XENSTORE_H
|
||||
#include <xenstore.h>
|
||||
#else
|
||||
#include <xs.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
int main(int argc, char **argv)
|
||||
|
Loading…
Reference in New Issue
Block a user