bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Author: Nenghe Wang <address@hidden>


From: boxuesong
Subject: [PATCH] Author: Nenghe Wang <address@hidden>
Date: Sat, 19 Mar 2022 19:14:25 +0800

From: wnh <545934173@qq.com>

        Adjust header file order in src/remote-cstms.c

        Put #include "job.h" in front of #include "commands.h" to avoid compile 
warning
---
 src/remote-cstms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/remote-cstms.c b/src/remote-cstms.c
index e336928..1c82ded 100644
--- a/src/remote-cstms.c
+++ b/src/remote-cstms.c
@@ -20,8 +20,8 @@ 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>
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]