1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add two missing includes

This commit is contained in:
Steffen Vogel 2018-06-04 14:22:38 +02:00
parent cc0bca6ab2
commit 0b13ff7d71
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************************/
#include <string.h>
#include <villas/plugin.h>
#include <villas/sample.h>
#include <villas/node.h>

View file

@ -24,6 +24,8 @@
* @{
*/
#include <string.h>
#include <villas/hook.h>
#include <villas/plugin.h>
#include <villas/path.h>