rtems/syslog.c: Include port_before.h first

This commit is contained in:
Joel Sherrill 2012-09-05 13:22:23 -05:00
parent aef6891254
commit 05abe2c791

View File

@ -1,3 +1,5 @@
#include "port_before.h"
/*
* RTEMS version of syslog and associated routines
*/