mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
edab711863
PR: 211094 Changes: http://opensips.org/pub/opensips/2.1.3/ChangeLog Submitted by: Euan Thoms <euan@potensol.com> (maintainer)
11 lines
240 B
C
11 lines
240 B
C
--- mem/shm_mem.h.orig 2016-05-30 14:13:27 UTC
|
|
+++ mem/shm_mem.h
|
|
@@ -62,6 +62,7 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include "../error.h"
|
|
#include "../dprint.h"
|
|
#include "../lock_ops.h" /* we don't include locking.h on purpose */
|
|
#include "common.h"
|