]> git.meshlink.io Git - meshlink/commit - src/utcp.c
Include "system.h" in the UTCP sources.
authorGuus Sliepen <guus@meshlink.io>
Wed, 3 Jun 2020 19:23:33 +0000 (21:23 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 3 Jun 2020 19:26:54 +0000 (21:26 +0200)
commitdeb85047ebc713f0de6b14ac2c5918e5bbb6425d
treef75dbbf51c358aae6ba2fb6e9ae5fffadf26fa39
parent21e47177687ac553303005941b971092e973575a
Include "system.h" in the UTCP sources.

The UTCP sources were not using the system.h header file like the rest
of the code, resulting in issues with some compilers.
src/utcp-test.c
src/utcp.c