Fix: uuid includes
This commit is contained in:
parent
23e32d31fc
commit
a9cf2c719d
3 changed files with 7 additions and 3 deletions
|
|
@ -19,13 +19,14 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include "uuid.h"
|
||||
#include "lib/uuid.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
void
|
||||
lumiera_uuid_set_ptr (lumiera_uuid* uuid, void* ptr)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
*/
|
||||
#ifndef LUMIERA_UUID_H
|
||||
#define LUMIERA_UUID_H
|
||||
#include "lumiera.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef unsigned char lumiera_uuid[16];
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,12 @@
|
|||
//#include "cinelerra-config.h"
|
||||
|
||||
//#include <stdio.h>
|
||||
//#include <string.h>
|
||||
|
||||
|
||||
#include "lib/uuid.h"
|
||||
|
||||
#include <nobug.h>
|
||||
|
||||
//CINELERRA_ERROR_DEFINE(TEST, "test error");
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue