about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-03-26 20:07:18 +0100
committerGitHub <noreply@github.com>2021-03-26 20:07:18 +0100
commita09d49d884578fdaea01f9ff4be0fcc9f0fe7746 (patch)
tree5c0759911a5444888d77d549e324f106a00bf011 /src/command
parentacda845b2aa212ff19b2b0c10d77a2b7eb090156 (diff)
parent057c9ad7766b15fd0f188989fc190f32abace2dd (diff)
downloadprofani-tty-a09d49d884578fdaea01f9ff4be0fcc9f0fe7746.tar.gz
Merge pull request #1514 from profanity-im/fix/1512-rpi
Include config.h in omemo files
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_ac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index a4338143..cd684f19 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -34,6 +34,8 @@
  *
  */
 
+#include "config.h"
+
 #define _GNU_SOURCE 1
 
 #include <stdlib.h>
0d8a2'>^
b267b065 ^








672f3e22 ^
b267b065 ^

61cebcdf ^
b267b065 ^






a3f0b253 ^


b267b065 ^


a3f0b253 ^
61cebcdf ^
a3f0b253 ^





b267b065 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49