[MERGED] libosmocore[master]: gsm: Use correct include for getrandom

2017-11-16 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: gsm: Use correct include for getrandom .. gsm: Use correct include for getrandom "man getrandom" states sys/random.h is required. Fixes warning belo

libosmocore[master]: gsm: Use correct include for getrandom

2017-11-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/4852 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2e73fd018e887893dc5527d6d73644d627eb963a Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master Ger

[PATCH] libosmocore[master]: gsm: Use correct include for getrandom

2017-11-16 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/4852 gsm: Use correct include for getrandom "man getrandom" states sys/random.h is required. Fixes warning below: warning: implicit declaration of function ‘getrandom’; did you mean ‘srandom’? [-Wimplicit-function-declaration] rc = getrandom(out, len, G