ports/devel/libsmpp34/files/patch-src-smpp34_structs.h
John Marino 00bcd43ce3 Add new port devel/libsmpp34
PR:		191880
Submitted by:	Nikola Kolev

The main focus of the library is to work in packaging and unpackaging
of data structures.  While this implementation uses SMPP-3.4, the aim is
to generate a simple way to implement any proprietary protocol on TCP.
2014-08-20 07:09:48 +00:00

11 lines
352 B
C

--- src/smpp34_structs.h.orig 2014-07-11 16:04:02.000000000 +0300
+++ src/smpp34_structs.h 2014-07-11 16:02:16.000000000 +0300
@@ -23,6 +23,8 @@
#ifndef _STB_H_
#define _STB_H_
+#include <sys/types.h>
+
#define SMALL_BUFF 30
/* Identify PDUs ident ********************************************************/
#define MAX_TLV_SIZE 1024