blob: 8eb9fa1124fb9051f645a262f526103bb53fe069 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|