]> git.lyx.org Git - lyx.git/blobdiff - src/support/forkedcontr.h
make "make distcheck" work
[lyx.git] / src / support / forkedcontr.h
index 8768015be9dfed075934fce2347fdc7c92ab249c..9e88d6828930e8de20529c039f58cadb9474eba5 100644 (file)
@@ -17,6 +17,7 @@
 #define FORKEDCONTR_H
 
 #include <boost/shared_ptr.hpp>
+
 #include <csignal>
 //#include <sys/types.h> // needed for pid_t
 #include <list>
@@ -38,7 +39,7 @@ public:
        /** Those child processes that are found to have finished are removed
         *  from the list and their callback function is passed the final
         *  return state.
-        */
+        */
        void handleCompletedProcesses();
 
        /// Add a new child process to the list of controlled processes.