Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure to include <sys/types.h> in userinfo_p.h
Otherwise uid_t is an undefined type on Musl systems
  • Loading branch information
PureTryOut committed Mar 25, 2020
1 parent 9fbdef7 commit 2684268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/userinfo_p.h
Expand Up @@ -32,6 +32,8 @@
#ifndef USERINFOPRIVATE_H
#define USERINFOPRIVATE_H

#include <sys/types.h>

#include <QObject>
#include <QString>
#include <QWeakPointer>
Expand Down

0 comments on commit 2684268

Please sign in to comment.