osdep: include glib-compat.h before other QEMU headers
[qemu/ar7.git] / include / qemu / path.h
blobc6292a9709dd5900188dd26d17c497a152b155e6
1 #ifndef QEMU_PATH_H
2 #define QEMU_PATH_H
4 void init_paths(const char *prefix);
5 const char *path(const char *pathname);
7 #endif