Re: [PATCH 5/6] libmachdev: add missing includes

2014-04-13 Thread Samuel Thibault
Justus Winter, le Sun 13 Apr 2014 13:43:13 +0200, a écrit : > Include the mig-generated X_S.h files so that the X_routine functions > can be inlined into the demuxer functions. Ack. > * libmachdev/ds_routines.c: Add missing include of notify_S.h > * libmachdev/trivfs_server.c: Add missing include

[PATCH 5/6] libmachdev: add missing includes

2014-04-13 Thread Justus Winter
Include the mig-generated X_S.h files so that the X_routine functions can be inlined into the demuxer functions. * libmachdev/ds_routines.c: Add missing include of notify_S.h * libmachdev/trivfs_server.c: Add missing include of device_S.h, and notify_S.h. --- libmachdev/ds_routines.c | 1 + lib