blob: bc029e617f1f2337735a395b0677cbaf439e0e42 [file] [log] [blame]
Harald Welte27f9c4a2015-08-30 22:47:18 +02001#!/bin/sh
2for f in `(cd ../asn1/hnbap/asn1c && ls --color=none -1 *.h)`; do echo "#include \"$f\""; done