comparison compat.h @ 26:5bdea77d0c1d

Add pwm-clip utility for setting the X11 CLIPBOARD selection
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 21 Sep 2017 09:45:59 +0200
parents 5c6155c8e9b6
children
comparison
equal deleted inserted replaced
25:616385fa1fd9 26:5bdea77d0c1d
37 37
38 #ifndef HAVE_ERR_H 38 #ifndef HAVE_ERR_H
39 #include "compat/err.h" 39 #include "compat/err.h"
40 #endif /* !HAVE_ERR_H */ 40 #endif /* !HAVE_ERR_H */
41 41
42 #ifndef HAVE_GETLINE
43 #include "compat/getline.h"
44 #endif /* !HAVE_GETLINE */
45
42 #ifndef HAVE_GETENTROPY 46 #ifndef HAVE_GETENTROPY
43 #include "compat/getentropy.h" 47 #include "compat/getentropy.h"
44 #endif /* !HAVE_GETENTROPY */ 48 #endif /* !HAVE_GETENTROPY */
45 49
46 #ifndef HAVE_SYS_QUEUE_H 50 #ifndef HAVE_SYS_QUEUE_H