File: uninorm.in.h.diff

package info (click to toggle)
libunistring 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 40,112 kB
  • sloc: ansic: 133,476; perl: 15,827; sh: 9,334; makefile: 376; lisp: 328
file content (14 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** uninorm.in.h.orig	2021-08-07 14:40:34.920237057 +0200
--- uninorm.in.h	2021-08-08 02:17:17.145608518 +0200
***************
*** 18,23 ****
--- 18,26 ----
  #ifndef _UNINORM_H
  #define _UNINORM_H
  
+ /* Get common macros for C.  */
+ #include <unistring/cdefs.h>
+ 
  /* Get size_t.  */
  #include <stddef.h>