Commit eaca01ab authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: fix #include, to correct warnings

parent 5cba0e59
......@@ -8,6 +8,7 @@
*/
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include <timer.h>
#include "spec.h"
void spec_main_loop(struct pp_instance *ppi)
......
......@@ -5,7 +5,8 @@
#include "spec.h"
#include "include/syscon.h"
#include "include/minic.h"
#include<ppsi/diag.h>
#include <ppsi/diag.h>
#include <pps_gen.h>
int spec_errno;
Octet buffer_out[PP_PACKET_SIZE + 14]; // 14 is ppi->proto_ofst for ethernet mode
......
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include <pps_gen.h>
static struct pp_timer spec_timers[PP_TIMER_ARRAY_SIZE];
......
......@@ -6,6 +6,8 @@
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include "common-fun.h"
#include "wr-constants.h"
#include "wr-api.h"
int pp_master(struct pp_instance *ppi, unsigned char *pkt, int plen)
{
......
......@@ -5,6 +5,7 @@
#include <ppsi/ppsi.h>
#include "wr-api.h"
#include "common-fun.h"
int wr_present(struct pp_instance *ppi, unsigned char *pkt, int plen)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment