Fix compilation on Debian kfreebsd-amd64 and kfreebsd-i386.
Thanks to Jean-Michel Kelbert, TestDisk's maintainer on Debian, for integrating the patch.
This commit is contained in:
parent
65eea944b6
commit
45c138c319
3 changed files with 3 additions and 6 deletions
|
@ -38,8 +38,7 @@
|
||||||
#include <uuid.h>
|
#include <uuid.h>
|
||||||
#elif defined(HAVE_UUID_UUID_H)
|
#elif defined(HAVE_UUID_UUID_H)
|
||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
#endif
|
#elif defined(HAVE_SYS_UUID_H)
|
||||||
#if defined(HAVE_SYS_UUID_H)
|
|
||||||
#include <sys/uuid.h>
|
#include <sys/uuid.h>
|
||||||
#endif
|
#endif
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
@ -38,8 +38,7 @@
|
||||||
#include <uuid.h>
|
#include <uuid.h>
|
||||||
#elif defined(HAVE_UUID_UUID_H)
|
#elif defined(HAVE_UUID_UUID_H)
|
||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
#endif
|
#elif defined(HAVE_SYS_UUID_H)
|
||||||
#if defined(HAVE_SYS_UUID_H)
|
|
||||||
#include <sys/uuid.h>
|
#include <sys/uuid.h>
|
||||||
#endif
|
#endif
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
|
@ -37,8 +37,7 @@
|
||||||
#include <uuid.h>
|
#include <uuid.h>
|
||||||
#elif defined(HAVE_UUID_UUID_H)
|
#elif defined(HAVE_UUID_UUID_H)
|
||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
#endif
|
#elif defined(HAVE_SYS_UUID_H)
|
||||||
#if defined(HAVE_SYS_UUID_H)
|
|
||||||
#include <sys/uuid.h>
|
#include <sys/uuid.h>
|
||||||
#endif
|
#endif
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
Loading…
Reference in a new issue