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>
|
||||
#elif defined(HAVE_UUID_UUID_H)
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
#if defined(HAVE_SYS_UUID_H)
|
||||
#elif defined(HAVE_SYS_UUID_H)
|
||||
#include <sys/uuid.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
|
|
@ -38,8 +38,7 @@
|
|||
#include <uuid.h>
|
||||
#elif defined(HAVE_UUID_UUID_H)
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
#if defined(HAVE_SYS_UUID_H)
|
||||
#elif defined(HAVE_SYS_UUID_H)
|
||||
#include <sys/uuid.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
|
|
@ -37,8 +37,7 @@
|
|||
#include <uuid.h>
|
||||
#elif defined(HAVE_UUID_UUID_H)
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
#if defined(HAVE_SYS_UUID_H)
|
||||
#elif defined(HAVE_SYS_UUID_H)
|
||||
#include <sys/uuid.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
|
Loading…
Reference in a new issue