mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- In ruler show the current line number as a percentage of the total lines - Link macro for hyperlink - Add showfilename set option - Fix undefined string comparison - Replace Clang-only __builtin_is_aligned with C code - Use memmove to realign buffers
10 lines
269 B
C
10 lines
269 B
C
--- common/common.h.orig 2023-09-25 08:47:42 UTC
|
|
+++ common/common.h
|
|
@@ -17,6 +17,7 @@
|
|
#include <db.h>
|
|
#endif
|
|
#include <regex.h> /* May refer to the bundled regex. */
|
|
+#include <stdint.h>
|
|
|
|
/*
|
|
* Forward structure declarations. Not pretty, but the include files
|