summaryrefslogtreecommitdiff
path: root/src/remote-cstms.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-04-23 17:13:26 -0400
committerPaul Smith <psmith@gnu.org>2022-04-24 10:39:32 -0400
commit93fd0c0c9a6016592b15adc9ebd83ab787f35bdf (patch)
tree92594a1a79b4dc11e45434c7f5fe2a0a256a8457 /src/remote-cstms.c
parentcf56036c60cd257243da81bc78b36918c0cb09c5 (diff)
downloadmake-git-93fd0c0c9a6016592b15adc9ebd83ab787f35bdf.tar.gz
* src/commands.h: [SV 62213] Forward-declare struct file / child
Diffstat (limited to 'src/remote-cstms.c')
-rw-r--r--src/remote-cstms.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remote-cstms.c b/src/remote-cstms.c
index 3602a27e..ce1a33f3 100644
--- a/src/remote-cstms.c
+++ b/src/remote-cstms.c
@@ -19,9 +19,10 @@ You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */
#include "makeint.h"
+
#include "filedef.h"
-#include "commands.h"
#include "job.h"
+#include "commands.h"
#include "debug.h"
#include <sys/time.h>