This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=adf1f65db1ba33e29996d1e2edb8d8d83623a0cc

commit adf1f65db1ba33e29996d1e2edb8d8d83623a0cc
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Fri Jun 25 14:33:05 2021 +0200

    dpkg: Switch from including "main.h" to "force.h"
    
    The code is not dpkg-command specific and does only require the force
    function declarations already provided by an independent header file.
    
    Changelog: internal
---
 src/selinux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/selinux.c b/src/selinux.c
index 29237e360..3a4abda6e 100644
--- a/src/selinux.c
+++ b/src/selinux.c
@@ -37,7 +37,7 @@
 #include <selinux/label.h>
 #endif
 
-#include "main.h"
+#include "force.h"
 #include "security-mac.h"
 
 #ifdef WITH_LIBSELINUX

-- 
Dpkg.Org's dpkg

Reply via email to