Skip to content

Commit

Permalink
Revert "siprec: fix uuid lib path"
Browse files Browse the repository at this point in the history
This reverts commit aa2cb9a.
  • Loading branch information
razvancrainea committed Nov 22, 2017
1 parent 2b8825d commit bfd1c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/siprec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ auto_gen=
NAME=siprec.so

LIBS+=-luuid
DEFS+=-I/usr/include/uuid

include ../../Makefile.modules
2 changes: 1 addition & 1 deletion modules/siprec/siprec_uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef _SIPREC_UUID_H_
#define _SIPREC_UUID_H_

#include <uuid.h>
#include <uuid/uuid.h>

#define SIPREC_UUID_LEN calc_base64_encode_len(sizeof(uuid_t))
typedef unsigned char siprec_uuid[SIPREC_UUID_LEN];
Expand Down

0 comments on commit bfd1c3d

Please sign in to comment.