summaryrefslogtreecommitdiff
path: root/render/renderedge.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/renderedge.c')
-rw-r--r--render/renderedge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/renderedge.c b/render/renderedge.c
index b84eec14d..4534fe095 100644
--- a/render/renderedge.c
+++ b/render/renderedge.c
@@ -22,6 +22,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include "renderedge.h"
/*
et/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5 2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2 2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+10 2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron3-24/+31 2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2-13/+7 2020-08-10netfilter: nft_compat: remove flush counter optimizationFlorian Westphal1-23/+14 2020-08-10netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra1-2/+2 2020-08-09Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds10-264/+287 2020-08-08net: Convert to use the fallthrough macroMiaohe Lin1-3/+3 2020-08-08net: Use helper function ip_is_fragment()Miaohe Lin1-1/+1 2020-08-08net: Remove meaningless jump label out_fsMiaohe Lin1-2/+1 2020-08-08net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin1-1/+1 2020-08-08net: Use helper function fdput()Miaohe Lin1-4/+2 2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2 2020-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-8/+29 2020-08-07mptcp: fix warn at shutdown time for unaccepted msk socketsPaolo Abeni1-3/+3 2020-08-07Merge tag 'seccomp-v5.9-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1 2020-08-07net/scm: Fix typo in SCM_RIGHTS compat refactoringKees Cook1-1/+1 2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-67/+67 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long22-67/+67 2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+8 2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1 2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-8/+29 2020-08-06net: sock: add sock_set_markAlexander Aring1-0/+8 2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds