add missing includes and forward declarations to networking includes under linux/
[linux-2.6-microblaze.git] / include / net / llc_s_st.h
index c4359e2..ed5b2fa 100644 (file)
  * See the GNU General Public License for more details.
  */
 
+#include <linux/types.h>
+#include <net/llc_s_ac.h>
+#include <net/llc_s_ev.h>
+
+struct llc_sap_state_trans;
+
 #define LLC_NR_SAP_STATES      2       /* size of state table */
 
 /* structures and types */