From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :
[metze/wireshark/wip.git] / wiretap / radcom.h
index 35ee182b7fc2df29ce07af0f5f9d6459fe8d696c..808d4fbf663bb69f09d0441d82a2933eddbcbe8b 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  */
 
 #ifndef __RADCOM_H__
 #define __RADCOM_H__
 
+#include <glib.h>
+#include <wtap.h>
+#include "ws_symbol_export.h"
+
 int radcom_open(wtap *wth, int *err, gchar **err_info);
 
 #endif