From 24cc042781998dd3375cd0e1a9f29923f876d714 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 12 Feb 2013 17:30:45 +0100 Subject: [PATCH] Fixed missing distribution of lib/ioctl.h. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index f0cd3cc3..1b08d93a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -43,6 +43,7 @@ libethercat_la_SOURCES = \ noinst_HEADERS = \ domain.h \ + ioctl.h \ master.h \ reg_request.h \ sdo_request.h \