File: missing-assert-h.patch

package info (click to toggle)
ntirpc 6.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,552 kB
  • sloc: ansic: 33,936; cpp: 1,132; python: 590; sh: 68; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
--- a/src/work_pool.c
+++ b/src/work_pool.c
@@ -55,6 +55,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include <assert.h>
 #include <intrinsic.h>
 #include <urcu-bp.h>