]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Travis fixes
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 28 Nov 2017 19:43:45 +0000 (19:43 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 28 Nov 2017 19:43:45 +0000 (19:43 +0000)
src/modules/rlm_eap/lib/sim/id.h
src/modules/rlm_eap/lib/sim/xlat.c

index 36779e32a89a71e73f64160ff7d1b1d7bde45954..9eaf02020b9ff0c03ea4e3361b816de36ada641f 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef _EAP_SIM_ID_TYPE_H
 #define _EAP_SIM_ID_TYPE_H
 
+#include <sys/types.h>
+
 #define SIM_3GPP_PSEUDONYM_LEN                 23      //!< Length of a base64 encoded 3gpp pseudonym.
 #define SIM_IMSI_MAX_LEN                       15      //!< Length of an IMSI number in ASCII.
 
index 814dd250fe88ce6b2a76b097eac724723ad55360..3b0f884d2eb60c05ecd69d29e05f54c3bd64c177 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file rlm_eap/lib/sim/id_xlat.c
+ * @file rlm_eap/lib/sim/xlat.c
  * @brief EAP-SIM/EAP-AKA identity detection, creation, and decyption.
  *
  * @copyright 2017 The FreeRADIUS server project