pce-322a: include config.h before any other header file

This commit is contained in:
Gerhard Sittig 2018-02-19 16:41:06 +01:00 committed by Uwe Hermann
parent 5a64d1d954
commit dea7f6342a
1 changed files with 1 additions and 1 deletions

View File

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
#include <config.h>
#include <string.h>
#include "protocol.h"
#define SERIALCOMM "115200/8n1"